diff options
Diffstat (limited to 'src/c.cpp')
-rw-r--r-- | src/c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ CEngine::llType(const AST* t) ret->append("}*"); return ret; } - throw Error(t->loc, string("Unknown compiled type `") + t->str() + "'"); + throw RespError(t->loc, string("Unknown compiled type `") + t->str() + "'"); return NULL; } |