mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
Remove noyywrap from src/link/lexer.l
Workaround for flex version 2.6.3. Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
%option noinput
|
||||
%option nounput
|
||||
%option noyywrap
|
||||
|
||||
%{
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user