From 060026b9162ed5a76e95d98eea4b8f3204f6b941 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Mon, 30 May 2016 11:36:05 -0400 Subject: [PATCH] =?utf8?q?*=20src/regex.c=20(IF=5FLINT):=20Remove;=20it?= =?utf8?q?=E2=80=99s=20in=20conf=5Fpost.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/regex.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/regex.c b/src/regex.c index af379367be6..05587dabe9d 100644 --- a/src/regex.c +++ b/src/regex.c @@ -1197,13 +1197,6 @@ print_double_string (re_char *where, re_char *string1, ssize_t size1, #endif /* not DEBUG */ -/* Use this to suppress gcc's `...may be used before initialized' warnings. */ -#ifdef lint -# define IF_LINT(Code) Code -#else -# define IF_LINT(Code) /* empty */ -#endif - /* Set by `re_set_syntax' to the current regexp syntax to recognize. Can also be assigned to arbitrarily: each pattern buffer stores its own syntax, so it can be changed between regex compilations. */ -- 2.39.2