mirror of
https://github.com/brouhaha/dis6502.git
synced 2025-03-10 19:30:33 +00:00
eliminate warnings.
This commit is contained in:
parent
0f0013cdc1
commit
e8ff798aea
3
lex.l
3
lex.l
@ -1,10 +1,13 @@
|
|||||||
%{
|
%{
|
||||||
#undef ECHO
|
#undef ECHO
|
||||||
|
#include <string.h>
|
||||||
#include "dis.h"
|
#include "dis.h"
|
||||||
int lineno = 0;
|
int lineno = 0;
|
||||||
char *strcpy();
|
char *strcpy();
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
%option nounput
|
||||||
|
|
||||||
digit [0-9]
|
digit [0-9]
|
||||||
hexdigit [0-9a-fA-F]
|
hexdigit [0-9a-fA-F]
|
||||||
alpha [a-zA-Z]
|
alpha [a-zA-Z]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user