From b29b99561100c81e3fc90b7f05462a1fa8d0903d Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Mon, 19 Nov 2007 23:54:22 +0000 Subject: [PATCH] 1.0.11.33: Oops, restore REPLACE deftransforms that got dropped in refactoring --- src/compiler/seqtran.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/seqtran.lisp b/src/compiler/seqtran.lisp index ca0fd04..cb127c4 100644 --- a/src/compiler/seqtran.lisp +++ b/src/compiler/seqtran.lisp @@ -651,6 +651,7 @@ finally (return `(progn ,@forms)))) (define-one-transform (sequence-type1 sequence-type2) (make-replace-transform nil sequence-type1 sequence-type2))) + (define-replace-transforms) (define-one-transform simple-base-string (simple-array character (*))) (define-one-transform (simple-array character (*)) simple-base-string)) diff --git a/version.lisp-expr b/version.lisp-expr index 8709ac3..e1f564e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.11.32" +"1.0.11.33" -- 1.7.10.4