Some minor mods and a bug fix with type transfer functions

This commit is contained in:
ceriel
1987-09-24 13:07:31 +00:00
parent e30234fce8
commit c5674041bf
15 changed files with 107 additions and 95 deletions

View File

@@ -359,7 +359,7 @@ CodeCall(nd)
}
CodeParameters(param, arg)
struct paramlist *param;
t_param *param;
t_node *arg;
{
register t_type *tp;