Eliminate some uses of __STDC__.

This commit is contained in:
Andrew Cagney 2001-03-14 16:42:30 +00:00
parent 0eee5820aa
commit 5bb367b1d9
13 changed files with 17 additions and 73 deletions

View file

@ -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 */