From d4cce5f1785350c29a181d4bbaaa3141c6fdbe1e Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sun, 30 Nov 1997 20:00:19 +0000 Subject: embed.pl now reads *var*.h to do its stuff. Split generated embed.h into two - new embedvar.h is #included when 'op' etc. will not mess up proto.h etc. Removed #define foo (thr->Tfoo) from thread.h Added some 'missing' symbols to global.sym, removed those in the *var*.h files Has build all MULTIPLICITY/USE_THREADS options on win32 with VC++ (and passed tests), but not with exactly this set of files. p4raw-id: //depot/ansiperl@338 --- regcomp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'regcomp.c') diff --git a/regcomp.c b/regcomp.c index adda2aa8f9..9039797ad4 100644 --- a/regcomp.c +++ b/regcomp.c @@ -60,9 +60,9 @@ #define REG_COMP_C #include "regcomp.h" -#ifdef USE_THREADS +#ifdef op #undef op -#endif /* USE_THREADS */ +#endif /* op */ static regnode regdummy; static char * regparse; /* Input-scan pointer. */ @@ -2663,3 +2663,4 @@ re_croak2(const char* pat1,const char* pat2, va_alist) } + -- cgit v1.2.1