Changeset 5107


Ignore:
Timestamp:
Sep 4, 2006, 4:05:18 PM (18 years ago)
Author:
Gary Byers
Message:

Initial value of CHAR-CODE-LIMIT derived from the target arch (for
bootstrapping.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-init.lisp

    r3259 r5107  
    126126  GET-INTERNAL-REAL-TIME and GET-INTERNAL-RUN-TIME.")
    127127
    128 (defconstant char-code-limit #x100
     128(defconstant char-code-limit #.(arch::target-char-code-limit
     129                                (backend-target-arch *target-backend*))
    129130  "the upper exclusive bound on values produced by CHAR-CODE")
    130131
Note: See TracChangeset for help on using the changeset viewer.