summaryrefslogtreecommitdiffstats
path: root/src/constexp.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/constexp.y')
-rw-r--r--src/constexp.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constexp.y b/src/constexp.y
index f47e7c0..421e26e 100644
--- a/src/constexp.y
+++ b/src/constexp.y
@@ -31,14 +31,14 @@
#include <stdio.h>
#include <stdlib.h>
-int cppExpYYerror(const char *s)
+int constexpYYerror(const char *s)
{
warn(g_constExpFileName,g_constExpLineNr,
"preprocessing issue while doing constant expression evaluation: %s",s);
return 0;
}
-int cppExpYYlex();
+int constexpYYlex();
%}