aboutsummaryrefslogtreecommitdiffstats
path: root/src/expand.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-26 20:07:18 +0000
committerDavid Robillard <d@drobilla.net>2010-12-26 20:07:18 +0000
commitaa6a0b6a6553e854be6731e8ebd4306605b00e6e (patch)
treeb1e4ebb8e3252df4aaf0eefd7f94e077cb8baaab /src/expand.cpp
parentd9ced5e07ec20f47bd2743f93f84438ac3eb4c6a (diff)
downloadresp-aa6a0b6a6553e854be6731e8ebd4306605b00e6e.tar.gz
resp-aa6a0b6a6553e854be6731e8ebd4306605b00e6e.tar.bz2
resp-aa6a0b6a6553e854be6731e8ebd4306605b00e6e.zip
Remove AType::PRIM.
git-svn-id: http://svn.drobilla.net/resp/resp@357 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/expand.cpp')
-rw-r--r--src/expand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.cpp b/src/expand.cpp
index 4c5b1ba..bd04e5f 100644
--- a/src/expand.cpp
+++ b/src/expand.cpp
@@ -116,7 +116,7 @@ initLang(PEnv& penv, TEnv& tenv)
"Bool", "Float", "Int", "Lexeme", "Nothing", "Quote", "String", 0 };
for (const char** t = types; *t; ++t) {
const ASymbol* sym = penv.sym(*t);
- tenv.def(sym, new AType(sym, AType::PRIM));
+ tenv.def(sym, new AType(sym, AType::NAME));
}
const char* primitives[] = {