diff options
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) } + |