aboutsummaryrefslogtreecommitdiffstats
path: root/src/compile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.cpp')
-rw-r--r--src/compile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.cpp b/src/compile.cpp
index 9921382..1131e73 100644
--- a/src/compile.cpp
+++ b/src/compile.cpp
@@ -232,7 +232,7 @@ resp_compile(CEnv& cenv, const AST* ast) throw()
return compile_dot(cenv, call);
else if (form == "define")
return compile_def(cenv, call);
- else if (form == "def-type")
+ else if (form == "define-type")
return compile_def_type(cenv, call);
else if (form == "quote")
return compile_quote(cenv, call);