Skip to content
Snippets Groups Projects
Commit 326c0e63 authored by ram's avatar ram
Browse files

boot hax.

parent ffb8b43b
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.83.1.4 1993/02/10 12:49:27 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.83.1.5 1993/02/10 23:18:26 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -220,6 +220,11 @@ ...@@ -220,6 +220,11 @@
(null (null
(find-free-really-function name)) (find-free-really-function name))
(structure-class (structure-class
#+ns-boot
(if (layout-info (class-layout info))
(find-structure-slot-accessor info name)
(find-free-really-function name))
#-ns-boot
(find-structure-slot-accessor info name)) (find-structure-slot-accessor info name))
#+ns-boot #+ns-boot
(defstruct-description (defstruct-description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment