X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Finterr.lisp;h=e1120b7b006d00c728d27ae5da191ee57a46d8e2;hb=7f579b076a1fc54587538ead07e506e7f06f3fe8;hp=539d632a6af6de5316e85a984eb3c22ee979ea0d;hpb=17dd269e2c4a66648613a5272b765bf50e5b63c0;p=sbcl.git diff --git a/src/compiler/generic/interr.lisp b/src/compiler/generic/interr.lisp index 539d632..e1120b7 100644 --- a/src/compiler/generic/interr.lisp +++ b/src/compiler/generic/interr.lisp @@ -55,6 +55,8 @@ "Object is not of type SIMPLE-STRING.") (object-not-fixnum "Object is not of type FIXNUM.") + (object-not-mod + "Object is not of type (MOD X).") (object-not-vector "Object is not of type VECTOR.") (object-not-string @@ -131,6 +133,9 @@ #!+long-float (object-not-complex-long-float "Object is not of type (COMPLEX LONG-FLOAT).") + #!+sb-simd-pack + (object-not-simd-pack + "Object is not of type SIMD-PACK.") (object-not-weak-pointer "Object is not a WEAK-POINTER.") (object-not-instance