mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
19 lines
217 B
Text
19 lines
217 B
Text
--- uhidd/lex.l~
|
|
+++ uhidd/lex.l
|
|
@@ -34,7 +34,6 @@
|
|
|
|
#include "y.tab.h"
|
|
|
|
-#define YY_NO_UNPUT
|
|
int lineno = 1;
|
|
|
|
int yylex(void);
|
|
@@ -42,6 +41,8 @@
|
|
%}
|
|
|
|
%option noyywrap
|
|
+%option nounput
|
|
+%option noinput
|
|
|
|
%%
|
|
|