Define YY_NO_UNPUT to quell a compiler warning.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@187 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Theodore A. Roth 2003-02-12 17:46:24 +00:00
parent 26b789202e
commit da15fd9ba7
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ extern char * infile;
void pyytext(void);
#define YY_NO_UNPUT
%}
DIGIT [0-9]