Commit 8a8fff64 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

widl: Return a pointer to the correct part of the string from the lexer for WSTRQUOTE tokens.

parent b544014b
...@@ -150,7 +150,7 @@ UUID *parse_uuid(const char *u) ...@@ -150,7 +150,7 @@ UUID *parse_uuid(const char *u)
parser_lval.str = get_buffered_cstring(); parser_lval.str = get_buffered_cstring();
return aSTRING; return aSTRING;
} }
<INITIAL,ATTR>L\" yy_push_state(WSTRQUOTE); <INITIAL,ATTR>L\" yy_push_state(WSTRQUOTE); cbufidx = 0;
<WSTRQUOTE>\" { <WSTRQUOTE>\" {
yy_pop_state(); yy_pop_state();
parser_lval.str = get_buffered_cstring(); parser_lval.str = get_buffered_cstring();
......
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