diff options
Diffstat (limited to 'src/constexp.y')
-rw-r--r-- | src/constexp.y | 2 |
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; } |