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 61b84f8b..397b8ecd 100644
--- a/src/consinit.cc
+++ b/src/consinit.cc
@@ -792,7 +792,7 @@ void ConsInit::parseInput( StmtList *stmtList )
LangExpr *open = LangExpr::cons( LangTerm::cons( InputLoc(), openRef, openArgs ) );
/* Construct a list containing the open stream. */
- ConsItem *consItem = ConsItem::cons( internal, ConsItem::ExprType, open );
+ ConsItem *consItem = ConsItem::cons( internal, ConsItem::ExprType, open, false );
ConsItemList *list = ConsItemList::cons( consItem );
/* Will capture the parser to "P" */