summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 453e9f5..ea8f07c 100644
--- a/make.h
+++ b/make.h
@@ -396,7 +396,7 @@ struct floc
# endif
#endif
-#if __STDC__ && USE_VARIADIC && HAVE_STDARG_H
+#if HAVE_ANSI_COMPILER && USE_VARIADIC && HAVE_STDARG_H
extern void message (int prefix, const char *fmt, ...)
__attribute__ ((__format__ (__printf__, 2, 3)));
extern void error (const struct floc *flocp, const char *fmt, ...)