Commit 14a5cc59 authored by Christophe Rhodes's avatar Christophe Rhodes
Browse files

0.8.4.31:

	Minor PCL fixette
	... when defining early generic functions in the bootstrap
		process, clobber the lambda list if the gf has already
		been created (e.g. NO-APPLICABLE-METHOD) by an early
		DEFMETHOD.
parent a53deb94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1808,6 +1808,8 @@ bootstrapping.
					    &allow-other-keys)
  (declare (ignore keys))
  (cond ((and existing (early-gf-p existing))
	 (when lambda-list-p
	   (set-arg-info existing :lambda-list lambda-list))
	 existing)
	((assoc spec *!generic-function-fixups* :test #'equal)
	 (if existing
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.8.4.30"
"0.8.4.31"