]> code.delx.au - gnu-emacs/commitdiff
* src/regex.c (IF_LINT): Remove; it’s in conf_post.h
authorKen Brown <kbrown@cornell.edu>
Mon, 30 May 2016 15:36:05 +0000 (11:36 -0400)
committerKen Brown <kbrown@cornell.edu>
Mon, 30 May 2016 15:36:37 +0000 (11:36 -0400)
src/regex.c

index af379367be6657256656742f12753e44249d5b2e..05587dabe9d25b169f0bd28aecacbbdf1968f70f 100644 (file)
@@ -1197,13 +1197,6 @@ print_double_string (re_char *where, re_char *string1, ssize_t size1,
 
 #endif /* not DEBUG */
 \f
-/* 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
-\f
 /* 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.  */