use new C_insertpart mechanism, other minor changes

This commit is contained in:
ceriel
1987-07-16 13:27:37 +00:00
parent 2381b2e136
commit 0619d27b8d
19 changed files with 428 additions and 317 deletions

View File

@@ -180,10 +180,10 @@ function(struct declarator *dc;)
{
declare_formals(&fbytes);
}
compound_statement(&nbytes)
compound_statement
{
end_proc(fbytes);
unstack_level(); /* L_FORMAL2 declarations */
unstack_level(); /* L_FORMAL1 declarations */
end_proc(fbytes, nbytes);
}
;