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

@@ -473,7 +473,7 @@ CodeVarDesig(df, ds)
it is a value parameter, it is a var parameter, it is one of
those of an enclosing procedure, or it is global.
*/
register struct scope *sc = df->df_scope;
register t_scope *sc = df->df_scope;
/* Selections from a module are handled earlier, when identifying
the variable, so ...