Minor fixes

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

View File

@@ -67,7 +67,7 @@ initial_value_pack(struct type **tpp; struct expr **expp;) :
'}'
;
initial_value_list(register struct type *tpp; struct expr **expp;)
initial_value_list(register struct type **tpp; struct expr **expp;)
{ struct expr *e1;
register struct type **tpp2 = 0;
}