aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lisp-backend.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/lisp-backend.boot')
-rw-r--r--src/interp/lisp-backend.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lisp-backend.boot b/src/interp/lisp-backend.boot
index 2b739af8..c19da522 100644
--- a/src/interp/lisp-backend.boot
+++ b/src/interp/lisp-backend.boot
@@ -803,7 +803,7 @@ COMPILE1 fun ==
body := [['DSETQ,args,args'],:body]
type is 'LAMBDA => ["&REST",args',"&AUX",:$Vars]
type is 'MLAMBDA => ["&WHOLE",args',"&REST",gensym(),"&AUX",:$Vars]
- coreError '"bad function type"
+ systemError ['"bad function type: ",:bright symbolName type]
if $Decls ~= nil then
body := [['DECLARE,['SPECIAL,:$Decls]],:body]
body :=