aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-07 23:25:14 +0000
committerDavid Robillard <d@drobilla.net>2010-12-07 23:25:14 +0000
commit375bed3c2e94f44fc3587f3b0cd036b97df8f72d (patch)
treee150e289ea4b832195b29116aa6d573ad16a1d77 /src/resp.hpp
parent7682c4ceab935d39aafac369c9b110b658b1e575 (diff)
downloadresp-375bed3c2e94f44fc3587f3b0cd036b97df8f72d.tar.gz
resp-375bed3c2e94f44fc3587f3b0cd036b97df8f72d.tar.bz2
resp-375bed3c2e94f44fc3587f3b0cd036b97df8f72d.zip
Rename 'parse' to the now more accurate 'expand'.
git-svn-id: http://svn.drobilla.net/resp/resp@307 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index 77f771c..ae7bc11 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -557,7 +557,7 @@ struct PEnv : private map<const string, ASymbol*> {
return sym;
}
}
- const AST* parse(const AST* exp);
+ const AST* expand(const AST* exp);
typedef std::set<std::string> Primitives;
Primitives primitives;