1
0
mirror of https://github.com/brouhaha/dis6502.git synced 2026-04-26 19:18:27 +00:00

eliminate warnings.

This commit is contained in:
Eric Smith
2003-09-12 08:06:16 +00:00
parent 0f0013cdc1
commit e8ff798aea
+3
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]