minor mods to parameters in grammar

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

View File

@@ -157,7 +157,7 @@ conditional(register *END; ) { struct symbol *v;
]
;
replicator(register struct symbol **s; register struct expr **e1, **e2; )
replicator(register struct symbol **s; register struct expr **e1; register struct expr **e2; )
{ register char *index; }:
IDENTIFIER { index=token.t_sval; }
'=' '[' val_expr(e1) FOR val_expr(e2) ']'