1.0.4.110: make -sb-unicode builds work again
authorNathan Froyd <froydnj@cs.rice.edu>
Tue, 24 Apr 2007 15:38:59 +0000 (15:38 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Tue, 24 Apr 2007 15:38:59 +0000 (15:38 +0000)
* SB!VM:COMPLEX-CHARACTER-STRING-WIDETAG is not bound when #!-sb-unicode

src/code/array.lisp
version.lisp-expr

index 65927a1..45c15a5 100644 (file)
@@ -444,7 +444,7 @@ of specialized arrays is supported."
                 ,@(loop for widetag in '(sb!vm:complex-vector-widetag
                                          sb!vm:complex-vector-nil-widetag
                                          sb!vm:complex-bit-vector-widetag
-                                         sb!vm:complex-character-string-widetag
+                                         #!+sb-unicode sb!vm:complex-character-string-widetag
                                          sb!vm:complex-base-string-widetag
                                          sb!vm:simple-array-widetag
                                          sb!vm:complex-array-widetag)
index 450439b..74e9d3e 100644 (file)
@@ -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.4.109"
+"1.0.4.110"