0.7.7.10:
[sbcl.git] / src / code / defstruct.lisp
index 410759c..a0839b3 100644 (file)
 ;;; the appropriate args to make a constructor.
 (defun create-boa-constructor (defstruct boa creator)
   (multiple-value-bind (req opt restp rest keyp keys allowp aux)
-      (sb!kernel:parse-lambda-list (second boa))
+      (parse-lambda-list (second boa))
     (collect ((arglist)
              (vars)
              (types))