summaryrefslogtreecommitdiffstats
path: root/src/constexp.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/constexp.y')
-rw-r--r--src/constexp.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.y b/src/constexp.y
index f4306fb..f5565bc 100644
--- a/src/constexp.y
+++ b/src/constexp.y
@@ -32,7 +32,7 @@
int cppExpYYerror(const char *s)
{
- printf("ERROR: %s\n",s);
+ printf("Error in constant expression evaluation: %s\n",s);
return 0;
}