Fix a think-o on my part (ghazi@caip.rutgers.edu), patch from cato@df.lth.se.
authorKrister Walfridsson <cato@df.lth.se>
Sun, 17 May 1998 05:48:37 +0000 (07:48 +0200)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 17 May 1998 05:48:37 +0000 (05:48 +0000)
        toplev.c (output_lang_identify): Enable prototype and definition.

From-SVN: r19812

gcc/ChangeLog
gcc/toplev.c

index 021184a4fb8389eef5a4b0c165e072f3972536a4..41c448acc32e995b806d98390918475d8e5995ff 100644 (file)
@@ -1,3 +1,7 @@
+Sun May 17 08:45:21 1998  Krister Walfridsson <cato@df.lth.se>
+
+        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.
index 107b1c4f1caebf8a6937d14787d61a3785b510f5..30f408bb69fc396d37e4ab62523ea8c75f05dc30 100644 (file)
@@ -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)
 \f
 /* 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