Restore building of +sb-unicode with -sb-unicode.
[sbcl.git] / src / compiler / srctran.lisp
index 5d4a693..b09518a 100644 (file)
             `(mod ,base-char-code-limit)))
           (t
            (specifier-type
-            `(mod ,char-code-limit))))))
+            `(mod ,sb!xc:char-code-limit))))))
 
 (defoptimizer (code-char derive-type) ((code))
   (let ((type (lvar-type code)))