mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
vkd3d-shader/hlsl: Use %option nodefault in the lexer.
This commit is contained in:
parent
600fdcd112
commit
b1bc4044ae
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
@ -37,6 +37,7 @@ static void update_location(struct hlsl_ctx *ctx, YYLTYPE *loc);
|
|||||||
%option bison-locations
|
%option bison-locations
|
||||||
%option extra-type="struct hlsl_ctx *"
|
%option extra-type="struct hlsl_ctx *"
|
||||||
%option never-interactive
|
%option never-interactive
|
||||||
|
%option nodefault
|
||||||
%option noinput
|
%option noinput
|
||||||
%option nounput
|
%option nounput
|
||||||
%option noyywrap
|
%option noyywrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user