some minor corrections

This commit is contained in:
ceriel
1987-08-19 15:23:41 +00:00
parent ad48701d87
commit 42288e4842
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;
}
|