mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-24 07:29:13 -05:00
first steps toward VC-compilable ppremake
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#pragma alloca
|
||||
#endif
|
||||
|
||||
#include <ppremake.h>
|
||||
#include "ppremake.h"
|
||||
|
||||
#if !defined(HAVE_REGEX_H)
|
||||
|
||||
@@ -2835,7 +2835,7 @@ re_set_registers (bufp, regs, num_regs, starts, ends)
|
||||
{
|
||||
bufp->regs_allocated = REGS_UNALLOCATED;
|
||||
regs->num_regs = 0;
|
||||
regs->start = regs->end = (regoff_t) 0;
|
||||
regs->start = regs->end = (regoff_t *) 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user