aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-lang.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 16:42:30 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 16:42:30 +0000
commit5bb367b1d911e5893a504ebd2ac301f55cd3ec79 (patch)
tree59ab5aed48339cc88c8792a7741b007f46346d5b /gdb/p-lang.h
parent0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (diff)
Eliminate some uses of __STDC__.
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r--gdb/p-lang.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h
index c03e6324ad..3dd2830c41 100644
--- a/gdb/p-lang.h
+++ b/gdb/p-lang.h
@@ -19,9 +19,7 @@
/* This file is derived from c-lang.h */
-#ifdef __STDC__ /* Forward decls for prototypes */
struct value;
-#endif
extern int pascal_parse (void); /* Defined in p-exp.y */