In do-setf-structure-method, the closures did not check their arguments.

This commit is contained in:
Juan Jose Garcia Ripoll 2013-01-14 21:35:37 +01:00
parent 5e177e07de
commit bc13fb41d1

View file

@ -56,8 +56,7 @@
(defun do-setf-structure-method (access-function type index)
(declare (si::c-local)
(optimize (speed 3) (safety 0)))
(declare (si::c-local))
(put-sysprop access-function 'STRUCTURE-ACCESS (cons type index))
(do-defsetf access-function
(cond ((or (eq type 'list) (eq type 'vector))