Commit 3a95198c authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Error reporting fix.

parent a706ff5e
......@@ -757,7 +757,7 @@ L\" {
<yystr>\"\" addcchar('\"'); /* "bla""bla" -> "bla\"bla" */
<yystr>\\\"\" addcchar('\"'); /* "bla\""bla" -> "bla\"bla" */
<yystr>\"{ws}+\" ; /* "bla" "bla" -> "blabla" */
<yystr>. yywarning("Matched %c");
<yystr>. yywarning("Matched %c", *yytext);
\' {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment