Added some %persistents, improved behaviour of preprocessor, and other

minor mods
This commit is contained in:
ceriel
1989-07-11 12:34:38 +00:00
parent 9184397ef7
commit 3779649a53
5 changed files with 25 additions and 11 deletions

View File

@@ -291,7 +291,7 @@ arrayer(arith *sizep;)
formal_list (struct formal **fmp;)
:
formal(fmp) [ ',' formal(fmp) ]*
formal(fmp) [ %persistent ',' formal(fmp) ]*
;
formal(struct formal **fmp;)