From 1f6004250b610d20573e5c6787e067cf3a0a0599 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 25 Oct 1993 14:26:35 +0000 Subject: [PATCH] Fix stuff some more. --- code/error.lisp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/code/error.lisp b/code/error.lisp index 44d093ec2..989ca335f 100644 --- a/code/error.lisp +++ b/code/error.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.40 1993/10/25 14:13:08 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.41 1993/10/25 14:26:35 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -656,14 +656,13 @@ initform)) *empty-slot*)))) (push slot (condition-class-class-slots class))) - (:instance + ((:instance nil) + (setf (condition-slot-allocation slot) :instance) (when (or (functionp (condition-slot-initform slot)) (dolist (initarg (condition-slot-initargs slot) nil) (when (functionp (getf e-def-initargs initarg)) (return t)))) - (push slot (condition-class-hairy-slots class)))) - ((nil) - (setf (condition-slot-allocation slot) :instance)))))) + (push slot (condition-class-hairy-slots class)))))))) name) -- GitLab