From 773dba638dd904ee6c9a4e1425e3baaf581badd8 Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Sat, 23 Jan 2016 19:13:43 +0100 Subject: [PATCH] XXX missing argument for buildIdentifierList buildIdentifierList takes three arguments. All other call sites use unknownSymbolTag, do that here as well (just a guess). --- buildStuff3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildStuff3.c b/buildStuff3.c index ef81ec9..3816934 100644 --- a/buildStuff3.c +++ b/buildStuff3.c @@ -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 *