From c59bcb7e1dcdb2c2ec24422f6534a05da56e9bb5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 29 Apr 2003 05:14:11 +0000 Subject: [PATCH] r4683: Auto commit for Debian build --- attrib-class.lisp | 4 ++-- mop.lisp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/attrib-class.lisp b/attrib-class.lisp index 3e79325..320354a 100644 --- a/attrib-class.lisp +++ b/attrib-class.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: attrib-class.lisp,v 1.9 2003/04/29 03:50:42 kevin Exp $ +;;;; $Id: attrib-class.lisp,v 1.10 2003/04/29 05:14:11 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -51,7 +51,7 @@ on example from AMOP")) (apply #'make-instance 'attributes-esd :attributes (remove-duplicates (mapappend #'dsd-attributes dsds)) - (kmr-mop:compute-effective-slot-definition-initargs cl dsds)) + (kmr-mop::compute-effective-slot-definition-initargs cl dsds)) ) #+ignore diff --git a/mop.lisp b/mop.lisp index d7013cf..571b1f4 100644 --- a/mop.lisp +++ b/mop.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp,v 1.6 2003/04/29 05:10:25 kevin Exp $ +;;;; $Id: mop.lisp,v 1.7 2003/04/29 05:11:57 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -90,7 +90,7 @@ standard-direct-slot-definition standard-effective-slot-definition validate-superclass direct-slot-definition-class compute-effective-slot-definition - compute-effective-slot-definition-initargs + #+allero excl::compute-effective-slot-definition-initargs slot-value-using-class class-prototype generic-function-method-class intern-eql-specializer make-method-lambda generic-function-lambda-list -- 2.34.1