summaryrefslogtreecommitdiffstats
path: root/src/declinfo.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/declinfo.l')
-rw-r--r--src/declinfo.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declinfo.l b/src/declinfo.l
index ba0b877..4474f1e 100644
--- a/src/declinfo.l
+++ b/src/declinfo.l
@@ -29,9 +29,6 @@
#include "util.h"
#include "message.h"
-
-#define YY_NO_UNPUT
-
/* -----------------------------------------------------------------
*
* statics
@@ -97,6 +94,7 @@ static int yyread(char *buf,int max_size)
B [ \t]
ID ([a-z_A-Z][a-z_A-Z0-9]*)|(@[0-9]+)
+%option nounput
%option noyywrap
%x Start