From e8ff798aea111e9271aee9c7b33ac85554118109 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Fri, 12 Sep 2003 08:06:16 +0000 Subject: [PATCH] eliminate warnings. --- lex.l | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lex.l b/lex.l index e97d007..010b24e 100644 --- a/lex.l +++ b/lex.l @@ -1,10 +1,13 @@ %{ #undef ECHO +#include #include "dis.h" int lineno = 0; char *strcpy(); %} +%option nounput + digit [0-9] hexdigit [0-9a-fA-F] alpha [a-zA-Z]