aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf_post.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/conf_post.h b/src/conf_post.h
index 5d3394fafce..f16f8ee791a 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -343,9 +343,8 @@ extern int emacs_setenv_TZ (char const *);
343# define FLEXIBLE_ARRAY_MEMBER 343# define FLEXIBLE_ARRAY_MEMBER
344#endif 344#endif
345 345
346/* Use this to suppress gcc's `...may be used before initialized' warnings. */
347#ifdef lint
348/* Use CODE only if lint checking is in effect. */ 346/* Use CODE only if lint checking is in effect. */
347#if defined GCC_LINT || defined lint
349# define IF_LINT(Code) Code 348# define IF_LINT(Code) Code
350#else 349#else
351# define IF_LINT(Code) /* empty */ 350# define IF_LINT(Code) /* empty */