mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
vkd3d-shader/preproc: Use %option nodefault in the lexer.
This commit is contained in:
parent
871cf0b4b5
commit
7b8845474d
Notes:
Alexandre Julliard
2023-05-09 22:25:38 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/204
@ -40,6 +40,7 @@ static void update_location(struct preproc_ctx *ctx);
|
||||
%option bison-locations
|
||||
%option extra-type="struct preproc_ctx *"
|
||||
%option never-interactive
|
||||
%option nodefault
|
||||
%option noinput
|
||||
%option nounput
|
||||
%option noyy_top_state
|
||||
|
Loading…
Reference in New Issue
Block a user