Zebediah Figura : vkd3d-shader/preproc: Use %option nodefault in the lexer.
Module: vkd3d Branch: master Commit: 7b8845474d82424c348344c06fd8e57187d5269c URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/7b8845474d82424c348344c06fd8e5... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Mon May 8 12:57:22 2023 -0500 vkd3d-shader/preproc: Use %option nodefault in the lexer. --- libs/vkd3d-shader/preproc.l | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/vkd3d-shader/preproc.l b/libs/vkd3d-shader/preproc.l index a54e47bc..8e35e355 100644 --- a/libs/vkd3d-shader/preproc.l +++ b/libs/vkd3d-shader/preproc.l @@ -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
participants (1)
-
Alexandre Julliard