X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/342751763793b5cdad252d731aac0618d0674e5b..d94974609888885e0b75d0e01d901b03a6213979:/src/regex/regexec.c diff --git a/src/regex/regexec.c b/src/regex/regexec.c index dcb11b285c..d64bc28fcb 100644 --- a/src/regex/regexec.c +++ b/src/regex/regexec.c @@ -5,18 +5,24 @@ * macros that code uses. This lets the same code operate on two different * representations for state sets. */ +#if defined(__MWERKS__) && !defined(__MACH__) +typedef long off_t ; +#else #include +#endif #include #include #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h" -static int nope = 0; /* for use in asserts; shuts lint up */ +#ifdef REDEBUG +static int nope = 0; /* for use in asserts; shuts lint up */ +#endif /* macros for manipulating states, small version */ #define states unsigned