Skip to content
Snippets Groups Projects
Commit 3a95198c authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

Error reporting fix.

parent a706ff5e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
\' {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment