1.0.31.5: WITH-SLOTS on THE forms
[sbcl.git] / src / pcl / boot.lisp
index 90d8cfb..8deb6c8 100644 (file)
@@ -2724,7 +2724,7 @@ bootstrapping.
 
 (defun extract-the (form)
   (cond ((and (consp form) (eq (car form) 'the))
-         (aver (proper-list-of-length-p 3))
+         (aver (proper-list-of-length-p form 3))
          (third form))
         (t
          form)))