From 0ac9932d8348a40fd2a0fe6af27be18156011580 Mon Sep 17 00:00:00 2001 From: troth Date: Wed, 12 Feb 2003 17:46:24 +0000 Subject: [PATCH] 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 --- lexer.l | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lexer.l b/lexer.l index 14de582c..8f24c6a9 100644 --- a/lexer.l +++ b/lexer.l @@ -37,6 +37,8 @@ extern char * infile; void pyytext(void); +#define YY_NO_UNPUT + %} DIGIT [0-9]