Minor fixes

This commit is contained in:
ceriel
1987-03-27 16:39:57 +00:00
parent 5458134efb
commit de8fb5d489
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ non_function(register struct decspecs *ds; register struct declarator *dc;)
[
initializer(dc->dc_idf, ds->ds_sc)
|
{ code_declaration(dc->dc_idf, (struct excpr *) 0, level, ds->ds_sc); }
{ code_declaration(dc->dc_idf, (struct expr *) 0, level, ds->ds_sc); }
]
[
','