0.8.18.13:
[sbcl.git] / src / runtime / gc-internal.h
index 78aeaa0..114f514 100644 (file)
@@ -94,7 +94,7 @@ search_space(lispobj *start, size_t words, lispobj *pointer)
        /* If thing is an immediate then this is a cons. */
        if (is_lisp_pointer(thing)
            || (fixnump(thing))
-           || (widetag_of(thing) == BASE_CHAR_WIDETAG)
+           || (widetag_of(thing) == CHARACTER_WIDETAG)
            || (widetag_of(thing) == UNBOUND_MARKER_WIDETAG))
            count = 2;
        else