1.0.46.32: export sb-kernel::redefinition-with-defmacro
authorcracauer <cracauer>
Tue, 8 Mar 2011 23:21:14 +0000 (23:21 +0000)
committercracauer <cracauer>
Tue, 8 Mar 2011 23:21:14 +0000 (23:21 +0000)
  Export sb-kernel::redefinition-with-defmacro the same way we already
  export sb-kernel:redefinition-with-defun and it's CLOS friends.

package-data-list.lisp-expr
version.lisp-expr

index 5f87966..67d7d15 100644 (file)
@@ -1851,6 +1851,7 @@ is a good idea, but see SB-SYS re. blurring of boundaries."
 
                "REDEFINITION-WARNING"
                "REDEFINITION-WITH-DEFUN"
+               "REDEFINITION-WITH-DEFMACRO"
                "REDEFINITION-WITH-DEFGENERIC"
                "REDEFINITION-WITH-DEFMETHOD"
                "REDEFINITION-REPLACES-GENERIC-FUNCTION-P"
index a6f5c7f..966bc09 100644 (file)
@@ -20,4 +20,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.46.31"
+"1.0.46.32"