From b1bc4044aed793ff8a5b955faf456673f5faf1a1 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Mon, 8 May 2023 12:57:14 -0500 Subject: [PATCH] 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