summaryrefslogtreecommitdiff
path: root/src/consinit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/consinit.cc')
-rw-r--r--src/consinit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consinit.cc b/src/consinit.cc
index 6a3d3d30..e056d797 100644
--- a/src/consinit.cc
+++ b/src/consinit.cc
@@ -743,7 +743,7 @@ void ConsInit::parseInput( StmtList *stmtList )
/* Pop argv, this yields the file name . */
CallArgVect *popArgs = new CallArgVect;
QualItemVect *popQual = new QualItemVect;
- popQual->append( QualItem( internal, String( "argv" ), QualItem::Dot ) );
+ popQual->append( QualItem( QualItem::Dot, internal, String( "argv" ) ) );
LangVarRef *popRef = LangVarRef::cons( internal, popQual, String("pop") );
LangExpr *pop = LangExpr::cons( LangTerm::cons( InputLoc(), popRef, popArgs ) );