From f7ba88991461804c2737da29e1a8f396f3bcf2f3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 13 Jul 2001 14:17:15 +0000 Subject: [PATCH] fixed back compilation with REDEBUG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/regex/regexec.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/regex/regexec.c b/src/regex/regexec.c index 2128927b90..a1037648e7 100644 --- a/src/regex/regexec.c +++ b/src/regex/regexec.c @@ -16,6 +16,10 @@ #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 */ -- 2.45.2