Define YY_NO_UNPUT to quell a compiler warning.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@187 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
cad73bb6a0
commit
6060499dcb
|
@ -37,6 +37,8 @@ extern char * infile;
|
|||
|
||||
void pyytext(void);
|
||||
|
||||
#define YY_NO_UNPUT
|
||||
|
||||
%}
|
||||
|
||||
DIGIT [0-9]
|
||||
|
|
Loading…
Reference in New Issue