diff options
Diffstat (limited to 'src/repl.cpp')
-rw-r--r-- | src/repl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repl.cpp b/src/repl.cpp index 063f1e7..d5d78a6 100644 --- a/src/repl.cpp +++ b/src/repl.cpp @@ -177,6 +177,8 @@ eval(CEnv& cenv, Cursor& cursor, istream& is, bool execute) int repl(CEnv& cenv) { + cenv.repl = true; + const AST* exp = NULL; const AST* ast = NULL; const string replFnName = cenv.penv.gensymstr("_repl"); |