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

oldstable
Rob Shearman 2010-03-23 13:33:51 +00:00 committed by Alexandre Julliard
parent b544014b8e
commit 8a8fff6415
1 changed files with 1 additions and 1 deletions

View File

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