(bc_assemble_integer): Make definition static.
authorRichard Stallman <rms@gnu.org>
Wed, 22 Sep 1993 20:23:04 +0000 (20:23 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 22 Sep 1993 20:23:04 +0000 (20:23 +0000)
From-SVN: r5415

gcc/varasm.c

index e70dd84..36ebfb6 100644 (file)
@@ -3267,7 +3267,7 @@ output_constant (exp, size)
 
 
 /* Bytecode specific code to output assembler for integer. */
-void
+static void
 bc_assemble_integer (exp, size)
     tree exp;
     int size;