XXX missing argument for buildIdentifierList

buildIdentifierList takes three arguments. All other call sites use
unknownSymbolTag, do that here as well (just a guess).
This commit is contained in:
Peter De Wachter 2016-01-23 19:13:43 +01:00
parent 9124a65c98
commit 773dba638d

View File

@ -217,7 +217,7 @@ buildSelectionList(new, rest)
selectionListType *new; selectionListType *new;
selectionListHeadType *rest; selectionListHeadType *rest;
{ {
return((selectionListHeadType *) buildIdentifierList(new, rest)); return((selectionListHeadType *) buildIdentifierList(new, rest, unknownSymbolTag /* random guess */));
} }
statementListHeadType * statementListHeadType *