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
Branches
Tags
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.
Please register or to comment