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/constrain.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constrain.cpp') diff --git a/src/constrain.cpp b/src/constrain.cpp index 39a0287..4bd6c08 100644 --- a/src/constrain.cpp +++ b/src/constrain.cpp @@ -394,6 +394,7 @@ resp_constrain(TEnv& tenv, Constraints& c, const AST* ast) throw(Error) c.constrain(tenv, ast, tenv.named("String")); break; case T_SYMBOL: + case T_LITSYM: constrain_symbol(tenv, c, ast->as_symbol()); break; case T_TUPLE: -- cgit v1.2.1