From 209112c9dabc259b1d078762ae6bdbd71e589438 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 3 Nov 2014 14:18:07 -0500 Subject: use the new list2 type for argv --- src/consinit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consinit.cc') diff --git a/src/consinit.cc b/src/consinit.cc index 9ab279e8..fe1cba74 100644 --- a/src/consinit.cc +++ b/src/consinit.cc @@ -726,7 +726,7 @@ void ConsInit::parseInput( StmtList *stmtList ) /* Pop argv, this yields the file name . */ CallArgVect *popArgs = new CallArgVect; QualItemVect *popQual = new QualItemVect; - popQual->append( QualItem( QualItem::Dot, internal, String( "argv" ) ) ); + popQual->append( QualItem( QualItem::Arrow, internal, String( "argv" ) ) ); LangVarRef *popRef = LangVarRef::cons( internal, 0, curLocalFrame->rootScope, popQual, String("pop") ); -- cgit v1.2.1