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…
Reference in New Issue