Fix thinko in last change.

From-SVN: r29955
This commit is contained in:
Jeff Law 1999-10-13 17:19:33 -06:00
parent 16bb3387a0
commit 5cf531a862
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ static void field_op PROTO ((tree, int, struct jcf_partial *));
static void maybe_wide PROTO ((int, int, struct jcf_partial *));
static void emit_dup PROTO ((int, int, struct jcf_partial *));
static void emit_pop PROTO ((int, struct jcf_partial *));
static void emit_iinc PROTO ((tree, int, struct jcf_partial *));
static void emit_load_or_store PROTO ((tree, int, struct jcf_partial *));
static void emit_load PROTO ((tree, struct jcf_partial *));
static void emit_store PROTO ((tree, struct jcf_partial *));