bug fixes, name changes

This commit is contained in:
ceriel
1987-07-16 19:51:40 +00:00
parent 4804ab14b8
commit e04230a126
17 changed files with 85 additions and 82 deletions

View File

@@ -348,8 +348,8 @@ CodeParameters(param, arg)
assert(param != 0 && arg != 0);
if (param->next) {
CodeParameters(param->next, arg->nd_right);
if (param->par_next) {
CodeParameters(param->par_next, arg->nd_right);
}
tp = TypeOfParam(param);