mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2025-01-28 09:30:19 +00:00
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:
parent
9124a65c98
commit
773dba638d
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user