]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed back compilation with REDEBUG
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 14:17:15 +0000 (14:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 14:17:15 +0000 (14:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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 */