]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regexec.c
MAcOS X clears the background (with stripes) for
[wxWidgets.git] / src / regex / regexec.c
index 2128927b9089379263b31c7e630ae228a5e8d232..7e314950e7501cf7f88904aeb7e0368ec7d47d1e 100644 (file)
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"
 
+#ifdef REDEBUG
+static int nope = 0;          /* for use in asserts; shuts lint up */
+#endif
+
 /* macros for manipulating states, small version */
 #define        states  unsigned
 #define        states1 unsigned        /* for later use in regexec() decision */