X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgeneric%2Finterr.lisp;h=f0fe0726b2223e2ba66530dcdc03c9dce184dbe5;hb=4a0ab5193096ca70dbbf43bb21418544f6d018b7;hp=0ce2339517adb50ddfb3fb07b7635f6c3656daa3;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/generic/interr.lisp b/src/compiler/generic/interr.lisp index 0ce2339..f0fe072 100644 --- a/src/compiler/generic/interr.lisp +++ b/src/compiler/generic/interr.lisp @@ -109,10 +109,10 @@ "division by zero") (object-not-type "Object is of the wrong type.") - (odd-keyword-arguments - "odd number of keyword arguments") - (unknown-keyword-argument - "unknown keyword") + (odd-key-arguments + "odd number of &KEY arguments") + (unknown-key-argument + "unknown &KEY argument") nil nil (invalid-array-index @@ -179,4 +179,6 @@ (nil-function-returned "A function with declared result type NIL returned.") (layout-invalid - "invalid layout (indicates obsolete instance)")) + "Object layout is invalid. (indicates obsolete instance)") + (object-not-complex-vector + "Object is not a complex (non-SIMPLE-ARRAY) vector."))