aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-03 21:09:29 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-03 21:09:29 +0000
commitee074ed2e8970e5459b078fea616424b22af6c20 (patch)
treecab90af3bf24a22362143f186579d310bbca61ae /text2pcap.h
parentd3a3c60a100f54a204c62b045c90bc1c9d71fb88 (diff)
remove now useless definition of NO_YY_UNPUT
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21329 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'text2pcap.h')
-rw-r--r--text2pcap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/text2pcap.h b/text2pcap.h
index 7aadc3dee6..d702363f51 100644
--- a/text2pcap.h
+++ b/text2pcap.h
@@ -46,6 +46,4 @@ void parse_token(token_t token, char *str);
int yylex(void);
-#define YY_NO_UNPUT
-
#endif