diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-14 16:42:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-14 16:42:30 +0000 |
commit | 12a0b3121fb01cbad192a2ec28b4de4943fcd097 (patch) | |
tree | 3c8af0455985b8f62c05851f52681c01f6c1555a /gdb/p-lang.h | |
parent | 5dd800b1ff3fa35d97a48489b5b64724f8377da6 (diff) | |
download | gdb-12a0b3121fb01cbad192a2ec28b4de4943fcd097.tar.gz |
Eliminate some uses of __STDC__.
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index c03e6324ad1..3dd2830c41b 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 */ |