From bbad3fe368b2086ec93f082a9436b1dfbc8f0e84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Dec 2010 00:35:28 +0000 Subject: Remove AFn. git-svn-id: http://svn.drobilla.net/resp/resp@284 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.cpp') diff --git a/src/parse.cpp b/src/parse.cpp index 83a4934..35765a9 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -154,7 +154,7 @@ parseFn(PEnv& penv, const AST* exp, void* arg) while (a != texp->end()) ret.push_back(penv.parse(*a++)); ret.head->loc = exp->loc; - return new AFn(ret.head); + return new ACall(ret.head); } inline AST* -- cgit v1.2.1