diff options
Diffstat (limited to 'src/constexp.l')
-rw-r--r-- | src/constexp.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.l b/src/constexp.l index acff1eb..a26d517 100644 --- a/src/constexp.l +++ b/src/constexp.l @@ -147,7 +147,7 @@ bool ConstExpressionParser::parse(const char *fileName,int lineNr,const std::str constexpYYrestart( yyin, p->yyscanner ); printlex(yy_flex_debug, true, __FILE__, fileName); - //printf("Expression: '%s'\n",s.data()); + //printf("Expression: '%s'\n",qPrint(s)); constexpYYparse(p->yyscanner); |