]> gcc.gnu.org Git - gcc.git/commitdiff
(output_file_start): Delete misplaced semicolon.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 20 May 1996 18:00:02 +0000 (11:00 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 20 May 1996 18:00:02 +0000 (11:00 -0700)
From-SVN: r12061

gcc/config/sh/sh.c

index 56fe7543eb59eefa4d25429427036858f2c4c06e..3bad072d6124a0883c383b1462cffd8ca168801b 100644 (file)
@@ -632,7 +632,7 @@ output_branch (logic, insn, operands)
 /* Output to FILE the start of the assembler file.  */
 
 void
-output_file_start (file);
+output_file_start (file)
      FILE *file;
 {
   register int pos;
This page took 0.067481 seconds and 5 git commands to generate.