diff options
Diffstat (limited to 'src/c.cpp')
-rw-r--r-- | src/c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ CEngine::llType(const AST* t) if (sym == "Int") return new string("int"); if (sym == "Float") return new string("float"); if (sym == "String") return new string("char*"); - if (sym == "Quote") return new string("char*"); + if (sym == "Symbol") return new string("char*"); } else if (is_form(t, "Fn")){ ATuple::const_iterator i = t->as_tuple()->begin(); const ATuple* protT = (*++i)->to_tuple(); |