From: Ken Brown Date: Mon, 30 May 2016 15:36:05 +0000 (-0400) Subject: * src/regex.c (IF_LINT): Remove; it’s in conf_post.h X-Git-Tag: emacs-26.0.90~1860 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=060026b9162ed5a76e95d98eea4b8f3204f6b941;p=emacs.git * src/regex.c (IF_LINT): Remove; it’s in conf_post.h --- 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. */