minor mods to parameters in grammar

This commit is contained in:
ceriel
1991-11-29 14:11:31 +00:00
parent e9633fbe8b
commit 16515e7822
4 changed files with 5 additions and 5 deletions

View File

@@ -445,7 +445,7 @@ struct_declaration(struct type *stp; struct sdef ***sdefpp; arith *szp;)
]
;
struct_declarator_list(struct type *tp, *stp;
struct_declarator_list(struct type *tp; struct type *stp;
struct sdef ***sdefpp; arith *szp;)
:
struct_declarator(tp, stp, sdefpp, szp)