Fix final.c.
authorAnatoly Sokolov <aesok@gcc.gnu.org>
Tue, 12 Aug 2008 17:22:28 +0000 (21:22 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Tue, 12 Aug 2008 17:22:28 +0000 (21:22 +0400)
From-SVN: r139025

gcc/final.c

index 29b5b8f06b7e7cb28a5d5045b3b4df9ce3072edd..d24d8fdb1772f9a3462bc2fe86ec4a40376cfd3f 100644 (file)
@@ -2181,7 +2181,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
              {
                expanded_location loc;
 
-               app_enable (void);
+               app_enable ();
                loc = expand_location (ASM_INPUT_SOURCE_LOCATION (body));
                if (*loc.file && loc.line)
                  fprintf (asm_out_file, "%s %i \"%s\" 1\n",
@@ -2221,7 +2221,7 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
            /* Output the insn using them.  */
            if (string[0])
              {
-               app_enable (void);
+               app_enable ();
                if (expanded.file && expanded.line)
                  fprintf (asm_out_file, "%s %i \"%s\" 1\n",
                           ASM_COMMENT_START, expanded.line, expanded.file);