From 6d763a8cf765c8acdd6673ae2f7be81cbdd3586c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Sep 2024 22:27:38 +0200 Subject: Specify nodefault --- src/lexer.l | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lexer.l b/src/lexer.l index 0f703c7..55db1a5 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -10,10 +10,9 @@ extern const char *current_file; %} -%option noinput -%option nounput -%option noyywrap %option yylineno +%option nodefault +%option noinput nounput noyywrap ws [ \t] -- cgit v1.2.3