aboutsummaryrefslogtreecommitdiffstats
path: root/eval_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_error.c')
-rw-r--r--eval_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_error.c b/eval_error.c
index c3e7c25e67..d18658bb14 100644
--- a/eval_error.c
+++ b/eval_error.c
@@ -3,7 +3,7 @@
* included by eval.c
*/
-#if defined(__GNUC__) && !defined(__PCC__)
+#ifdef HAVE_BUILTIN___BUILTIN_CONSTANT_P
#define warn_print(x) __extension__ ( \
{ \
(__builtin_constant_p(x)) ? \