vkd3d-shader/preproc: Use %option nodefault in the lexer.

This commit is contained in:
Zebediah Figura 2023-05-08 12:57:22 -05:00 committed by Alexandre Julliard
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

View File

@ -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