fixed comment typ in lexer

This commit is contained in:
Sven Vogel 2024-04-12 22:55:03 +02:00
parent b0ecb5d459
commit 376837d37c
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
int yylex();
%}
// disable the following functions
// to avoid failing code check
/* disable the following functions */
/* to avoid failing code check */
%option nounput
%option noinput