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
1 changed files with 1 additions and 1 deletions

View File

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