some minor corrections

This commit is contained in:
ceriel
1987-08-19 15:23:41 +00:00
parent cc524c3d9a
commit 7dc04a3207
4 changed files with 8 additions and 7 deletions

View File

@@ -125,6 +125,8 @@ single_type_specifier(register struct decspecs *ds;):
|
IDENTIFIER
{error("%s is not a type identifier", dot.tk_idf->id_text);
dot.tk_idf->id_def->df_type = error_type;
dot.tk_idf->id_def->df_sc = TYPEDEF;
ds->ds_type = error_type;
}
|