diff options
Diffstat (limited to 'gdb/ch-lang.h')
-rw-r--r-- | gdb/ch-lang.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ch-lang.h b/gdb/ch-lang.h index 764d32132e1..2957872323f 100644 --- a/gdb/ch-lang.h +++ b/gdb/ch-lang.h @@ -18,9 +18,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef __STDC__ /* Forward decls for prototypes */ +/* Forward decls for prototypes */ struct value; -#endif extern int chill_parse PARAMS ((void)); /* Defined in ch-exp.y */ |