(bc_assemble_integer): Make definition static.

From-SVN: r5415
This commit is contained in:
Richard Stallman 1993-09-22 20:23:04 +00:00
parent 5e70898cb4
commit 6e82804465
1 changed files with 1 additions and 1 deletions

View 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;