summaryrefslogtreecommitdiffstats
path: root/src/constexp.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/constexp.l')
-rw-r--r--src/constexp.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.l b/src/constexp.l
index bd42104..c9b984a 100644
--- a/src/constexp.l
+++ b/src/constexp.l
@@ -124,7 +124,7 @@ bool parseconstexp(const char *fileName,int lineNr,const QCString &s)
constexpYYrestart( yyin, yyscanner );
printlex(yy_flex_debug, TRUE, __FILE__, fileName);
- //printf("Expression: `%s'\n",s.data());
+ //printf("Expression: '%s'\n",s.data());
constexpYYparse(yyscanner);