]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regexec.c
added wxListView class: this is going to be a wxListCtrl with human (inter)face
[wxWidgets.git] / src / regex / regexec.c
index 2128927b9089379263b31c7e630ae228a5e8d232..a1037648e793e59c47ee1c408bcc0273006c9304 100644 (file)
 #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 */