first steps toward VC-compilable ppremake

This commit is contained in:
David Rose
2002-05-21 23:38:04 +00:00
parent 7cbfc0c2ce
commit deaa090dd9
22 changed files with 564 additions and 33 deletions
+2 -2
View File
@@ -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;
}
}