remove now useless definition of NO_YY_UNPUT
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 3 Apr 2007 21:09:29 +0000 (21:09 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 3 Apr 2007 21:09:29 +0000 (21:09 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21329 f5534014-38df-0310-8fa8-9805f1628bb7

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