OSDN Git Service

(output_file_start): Delete misplaced semicolon.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 May 1996 18:00:02 +0000 (18:00 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 May 1996 18:00:02 +0000 (18:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12061 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.c

index 56fe754..3bad072 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;