X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Finterr.lisp;h=8c14ed9a9fa18420c8770016e9d6c979c5c36169;hb=b2ed34b667665e52609cf431c00179b136be450d;hp=e1120b7b006d00c728d27ae5da191ee57a46d8e2;hpb=cd5a858174d892f876699373dc3ea389cf2c4d40;p=sbcl.git diff --git a/src/compiler/generic/interr.lisp b/src/compiler/generic/interr.lisp index e1120b7..8c14ed9 100644 --- a/src/compiler/generic/interr.lisp +++ b/src/compiler/generic/interr.lisp @@ -55,8 +55,6 @@ "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 @@ -90,6 +88,9 @@ ;; FIXME: Isn't this used for calls to unbound (SETF FOO) too? If so, revise ;; the name. "An attempt was made to use an undefined FDEFINITION.") + #!+x86-64 + (undefined-alien-fun + "An attempt was made to use an undefined alien function") (invalid-arg-count "invalid argument count") (bogus-arg-to-values-list