remove now useless definition of NO_YY_UNPUT
authorLuis Ontanon <luis.ontanon@gmail.com>
Tue, 3 Apr 2007 21:09:29 +0000 (21:09 -0000)
committerLuis Ontanon <luis.ontanon@gmail.com>
Tue, 3 Apr 2007 21:09:29 +0000 (21:09 -0000)
svn path=/trunk/; revision=21329

text2pcap.h

index 7aadc3dee64010fbcb286dd7680579ef1033788b..d702363f51f6458d33c15c63c26fb602fc7aca4b 100644 (file)
@@ -46,6 +46,4 @@ void parse_token(token_t token, char *str);
 
 int yylex(void);
 
-#define YY_NO_UNPUT
-
 #endif