aboutsummaryrefslogtreecommitdiffstats
path: root/grammar.y
diff options
context:
space:
mode:
authorassar <assar>2000-07-11 00:37:04 +0000
committerassar <assar>2000-07-11 00:37:04 +0000
commit0e2f8c8892e9fb0611cc2ccf5e184dd89e0b07ec (patch)
treeead83dca292a82381013bd0d78a311d328825d0c /grammar.y
parentca9f99af45f80ccba087f942b5d30a8216a2ef03 (diff)
add config.h, remove gnuc.h. remove __dead
Diffstat (limited to 'grammar.y')
-rw-r--r--grammar.y7
1 files changed, 5 insertions, 2 deletions
diff --git a/grammar.y b/grammar.y
index fab97e5..7420814 100644
--- a/grammar.y
+++ b/grammar.y
@@ -22,7 +22,11 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.58 2000-06-03 16:29:43 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.59 2000-07-11 00:37:08 assar Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
#include <sys/types.h>
@@ -47,7 +51,6 @@ struct rtentry;
#include "gencode.h"
#include <pcap-namedb.h>
-#include "gnuc.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif