removed dependency of unistd.h from lexer

This commit is contained in:
Sven Vogel 2024-04-24 22:36:58 +02:00
parent 501f6f1602
commit d673d1de0a
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
%option nounput
%option noinput
/* prevent depency of unistd.h */
%option nounistd
%%
"\n" yyLineNumber++;