some fixes and cosmetic changes

This commit is contained in:
ceriel
1987-08-03 09:09:07 +00:00
parent c158bf75de
commit ead1e453d0
6 changed files with 28 additions and 32 deletions

View File

@@ -460,7 +460,8 @@ FormalTypeList(struct type **ptp;)
]?
')'
[ ':' qualtype(ptp)
]?
| { *ptp = 0; }
]
{ *ptp = proc_type(*ptp, pr, parmaddr); }
;