aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tuplr.cpp')
-rw-r--r--tuplr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuplr.cpp b/tuplr.cpp
index 52d8b7d..c49cdf8 100644
--- a/tuplr.cpp
+++ b/tuplr.cpp
@@ -269,7 +269,7 @@ eval(CEnv& cenv, const string& name, istream& is)
// Print CPS form
CValue val = NULL;
/*for (list< pair<SExp, AST*> >::const_iterator i = exprs.begin(); i != exprs.end(); ++i) {
- cout << "CPS: " << endl;
+ cout << "; CPS" << endl;
pprint(cout, i->second->cps(cenv.tenv, cenv.penv.sym("cont")));
}*/