From e354a7df5e14402e0421f106e2183f4cd41f9d9e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 22 Apr 2003 15:22:25 +0000 Subject: [PATCH] r4580: Auto commit for Debian build --- rules.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules.lisp b/rules.lisp index f68dc81..8b1f59d 100644 --- a/rules.lisp +++ b/rules.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: rules.lisp,v 1.4 2003/04/22 15:20:57 kevin Exp $ +;;;; $Id: rules.lisp,v 1.5 2003/04/22 15:22:25 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -70,13 +70,13 @@ (slot standard-effective-slot-definition)) (call-next-method)) -#+ignore (defmethod (setf slot-value-using-class) :around (new-value (cl hyperobject-class) obj (slot standard-effective-slot-definition)) - #+ignore +; #+ignore (cmsg-c :verbose "Setf slot value: class: ~s, obj: ~s, slot: ~s, value: ~s" cl (class-of obj) slot new-value) + #+ignore (let ((func (esd-value-constraint slot))) (cond ((and func (not (funcall func new-value))) -- 2.34.1