From d59a6cefab4183c9fa86f1a2d2f941faebe0cbb7 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Sat, 17 Apr 2010 19:05:51 +0000
Subject: [PATCH] pcl/boot.lisp: o Recognize but ignore the :DECLARE argument
 to   ENSURE-GENERIC-FUNCTION.

general-info/release-20b.txt:
o Update
---
 general-info/release-20b.txt | 2 ++
 pcl/boot.lisp                | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt
index 7c076bd9d..6c2008926 100644
--- a/general-info/release-20b.txt
+++ b/general-info/release-20b.txt
@@ -56,6 +56,8 @@ New in this release:
       DECLARATION. 
     - The :METHOD-CLASS argument to ENSURE-GENERIC-FUNCTION can be a
       class object as well as a name.
+    - Recognize but ignore the :DECLARE argument to
+      ENSURE-GENERIC-FUNCTION. 
 
   * Bugfixes:
     - On Unicode builds, printing of '|\|| and '|`| was incorrect
diff --git a/pcl/boot.lisp b/pcl/boot.lisp
index 7fea10030..2b8ff9abe 100644
--- a/pcl/boot.lisp
+++ b/pcl/boot.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/boot.lisp,v 1.76 2010/04/17 18:31:42 rtoy Exp $")
+ "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/boot.lisp,v 1.77 2010/04/17 19:05:51 rtoy Exp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
@@ -1891,6 +1891,7 @@ work during bootstrapping.
 		   :generic-function-class ,gf-class)))
      (remf ,all-keys :generic-function-class)
      (remf ,all-keys :environment)
+     (remf ,all-keys :declare)
      (let ((combin (getf ,all-keys :method-combination '.shes-not-there.)))
        (unless (eq combin '.shes-not-there.)
 	 (setf (getf ,all-keys :method-combination)
-- 
GitLab