an attempt to improve error correction on unknown type identifiers.

Also, a minor fix to ival.g
This commit is contained in:
ceriel
1987-08-18 10:05:18 +00:00
parent b53309f9f6
commit 1c85c44fad
5 changed files with 28 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ external_definition
;
ext_decl_specifiers(struct decspecs *ds;) :
%prefer /* the thin ice in R.M. 11.1 */
%if (DOT != IDENTIFIER || AHEAD == IDENTIFIER) /* the thin ice in R.M. 11.1 */
decl_specifiers(ds)
|
empty