mirror of
https://github.com/reactos/wine.git
synced 2025-04-01 07:31:34 +00:00
widl: Return a pointer to the correct part of the string from the lexer for WSTRQUOTE tokens.
This commit is contained in:
parent
b544014b8e
commit
8a8fff6415
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user