0.9.1.36:
[sbcl.git] / src / code / target-type.lisp
index ddf35ed..5639b78 100644 (file)
@@ -33,6 +33,7 @@
         named-type
         member-type
         array-type
+        character-set-type
         built-in-classoid
         cons-type)
      (values (%typep obj type) t))
                        :specialized-element-type etype)))
     (cons
      (make-cons-type *universal-type* *universal-type*))
+    (character
+     (specifier-type 'character))
     (t
      (classoid-of x))))
-
-;;; Clear this cache on GC so that we don't hold onto too much garbage.
-(pushnew 'ctype-of-cache-clear *before-gc-hooks*)
 \f
 (!defun-from-collected-cold-init-forms !target-type-cold-init)