eliminate warnings.

This commit is contained in:
Eric Smith 2003-09-12 08:06:16 +00:00
parent 0f0013cdc1
commit e8ff798aea
1 changed files with 3 additions and 0 deletions

3
lex.l
View File

@ -1,10 +1,13 @@
%{
#undef ECHO
#include <string.h>
#include "dis.h"
int lineno = 0;
char *strcpy();
%}
%option nounput
digit [0-9]
hexdigit [0-9a-fA-F]
alpha [a-zA-Z]