Module: vkd3d Branch: master Commit: b1bc4044aed793ff8a5b955faf456673f5faf1a1 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/b1bc4044aed793ff8a5b955faf4566...
Author: Zebediah Figura zfigura@codeweavers.com Date: Mon May 8 12:57:14 2023 -0500
vkd3d-shader/hlsl: Use %option nodefault in the lexer.
---
libs/vkd3d-shader/hlsl.l | 1 + 1 file changed, 1 insertion(+)
diff --git a/libs/vkd3d-shader/hlsl.l b/libs/vkd3d-shader/hlsl.l index 8a7cd234..6c2324c7 100644 --- a/libs/vkd3d-shader/hlsl.l +++ b/libs/vkd3d-shader/hlsl.l @@ -37,6 +37,7 @@ static void update_location(struct hlsl_ctx *ctx, YYLTYPE *loc); %option bison-locations %option extra-type="struct hlsl_ctx *" %option never-interactive +%option nodefault %option noinput %option nounput %option noyywrap