Skip to content

Commit

Permalink
1.0.8.22: merge MAKE-METHOD-FUNCTION and MAKE-METHOD-FUNCTION-INTERNAL
Browse files Browse the repository at this point in the history
* First was the only caller of the latter -- just move the
  body to the call site.
  • Loading branch information
nikodemus committed Aug 13, 2007
1 parent b6d8266 commit b8df1db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/pcl/boot.lisp
Expand Up @@ -513,9 +513,6 @@ bootstrapping.
(sb-c:source-location)))

(defmacro make-method-function (method-lambda &environment env)
(make-method-function-internal method-lambda env))

(defun make-method-function-internal (method-lambda &optional env)
(multiple-value-bind (proto-gf proto-method)
(prototypes-for-make-method-lambda nil)
(multiple-value-bind (method-function-lambda initargs)
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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".)
"1.0.8.21"
"1.0.8.22"

0 comments on commit b8df1db

Please sign in to comment.