summaryrefslogtreecommitdiff
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 *);
# define FLEXIBLE_ARRAY_MEMBER
#endif
-/* Use this to suppress gcc's `...may be used before initialized' warnings. */
-#ifdef lint
/* Use CODE only if lint checking is in effect. */
+#if defined GCC_LINT || defined lint
# define IF_LINT(Code) Code
#else
# define IF_LINT(Code) /* empty */