1.0.5.9: experimental semi-synchronous deadlines
[sbcl.git] / src / compiler / macros.lisp
index 015768c..9d331bf 100644 (file)
 ;;; keywords specify the initial values for various optimizers that
 ;;; the function might have.
 (defmacro defknown (name arg-types result-type &optional (attributes '(any))
-                    &rest keys)
+                    &body keys)
   (when (and (intersection attributes '(any call unwind))
              (intersection attributes '(movable)))
     (error "function cannot have both good and bad attributes: ~S" attributes))