some more fixes

This commit is contained in:
ceriel
1987-07-22 10:59:24 +00:00
parent 03c5092815
commit 0bffe65c24
7 changed files with 19 additions and 6 deletions

View File

@@ -414,6 +414,7 @@ SetType(struct type **ptp;) :
type-identifiers
*/
PointerType(register struct type **ptp;) :
{ *ptp = construct_type(T_POINTER, NULLTYPE); }
POINTER TO
[ %if (type_or_forward(ptp))
type(&((*ptp)->tp_next))