aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
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;