From 5bb367b1d911e5893a504ebd2ac301f55cd3ec79 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 14 Mar 2001 16:42:30 +0000 Subject: Eliminate some uses of __STDC__. --- gdb/p-lang.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/p-lang.h') diff --git a/gdb/p-lang.h b/gdb/p-lang.h index c03e632..3dd2830 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 */ -- cgit v1.1