From cce4f16e87870eae8a1c3f430c9617cefd55fe54 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Dec 2010 22:48:00 +0000 Subject: Remove weird __tag_is form by adding a T_LITSYM type and using = operator. Step towards having first class symbols... git-svn-id: http://svn.drobilla.net/resp/resp@362 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/expand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expand.cpp') diff --git a/src/expand.cpp b/src/expand.cpp index 020410e..eb508f1 100644 --- a/src/expand.cpp +++ b/src/expand.cpp @@ -113,7 +113,7 @@ initLang(PEnv& penv, TEnv& tenv) { // Types const char* types[] = { - "Bool", "Float", "Int", "Nothing", "Quote", "String", 0 }; + "Bool", "Float", "Int", "Nothing", "Quote", "String", "Symbol", 0 }; for (const char** t = types; *t; ++t) { const ASymbol* sym = penv.sym(*t); tenv.def(sym, sym); // FIXME: define to NULL? -- cgit v1.2.1