diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 0d231fc7885..bcf743619d9 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l @@ -150,7 +150,7 @@ UUID *parse_uuid(const char *u) parser_lval.str = get_buffered_cstring(); return aSTRING; } -L\" yy_push_state(WSTRQUOTE); +L\" yy_push_state(WSTRQUOTE); cbufidx = 0; \" { yy_pop_state(); parser_lval.str = get_buffered_cstring();