From e511b57e2a95f894be59d1a0a6b784ee45b16e0b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 13 Aug 2004 14:59:58 +0000 Subject: fix yet another annoying compile warning --- regex/regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex/regexec.c') diff --git a/regex/regexec.c b/regex/regexec.c index c8cb8fdf56..bbfe094c96 100644 --- a/regex/regexec.c +++ b/regex/regexec.c @@ -16,7 +16,7 @@ #include "utils.h" #include "regex2.h" -static int nope = 0; /* for use in asserts; shuts lint up */ +#define PHP_REGEX_NOPE 0; /* for use in asserts; shuts lint up */ /* macros for manipulating states, small version */ #define states unsigned -- cgit v1.2.1