From: Krister Walfridsson Date: Sun, 17 May 1998 05:48:37 +0000 (+0200) Subject: Fix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5991f6804559db9c0beece070cd6f85b3715afe;p=gcc.git Fix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se. toplev.c (output_lang_identify): Enable prototype and definition. From-SVN: r19812 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 021184a4fb8..41c448acc32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun May 17 08:45:21 1998 Krister Walfridsson + + toplev.c (output_lang_identify): Enable prototype and definition. + Sun May 17 01:12:27 PDT 1998 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. diff --git a/gcc/toplev.c b/gcc/toplev.c index 107b1c4f1ca..30f408bb69f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -187,9 +187,7 @@ static void vsorry PROTO((char *, va_list)); static void v_really_sorry PROTO((char *, va_list)); static void float_signal PROTO((int)); static void pipe_closed PROTO((int)); -#if 0 static void output_lang_identify PROTO((FILE *)); -#endif static void open_dump_file PROTO((char *, char *)); static void close_dump_file PROTO((void (*) (FILE *, rtx), rtx)); static void dump_rtl PROTO((char *, tree, void (*) (FILE *, rtx), rtx)); @@ -2138,7 +2136,6 @@ output_file_directive (asm_file, input_name) /* Routine to build language identifier for object file. */ -#if 0 static void output_lang_identify (asm_out_file) FILE *asm_out_file; @@ -2148,7 +2145,6 @@ output_lang_identify (asm_out_file) sprintf (s, "__gnu_compiled_%s", lang_identify ()); ASM_OUTPUT_LABEL (asm_out_file, s); } -#endif /* Routine to open a dump file. */ static void