diff options
Diffstat (limited to 'tuplr.cpp')
-rw-r--r-- | tuplr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ using namespace std; using boost::format; Funcs AConsCall::funcs; -GC AST::pool; +GC Object::pool; template<typename Atom> ostream& @@ -258,7 +258,7 @@ main(int argc, char** argv) CEnv* cenv = newCenv(penv, tenv); cenv->push(); - AST::pool.lock(); + Object::pool.lock(); map<string,string> args; list<string> files; |