Changeset 10537

Show
Ignore:
Timestamp:
08/22/08 10:19:55 (3 months ago)
Author:
gb
Message:

Change nil-value, t-value.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/working-0711/ccl/compiler/X86/X8664/x8664-arch.lisp

    r9933 r10537  
    413413 
    414414         
    415 (defconstant nil-value (+ #x3000 fulltag-nil)) 
    416 (defconstant t-value (+ #x3020 fulltag-symbol)) 
     415(defconstant nil-value (+ #x13000 fulltag-nil)) 
     416(defconstant t-value (+ #x13020 fulltag-symbol)) 
    417417(defconstant misc-bias fulltag-misc) 
    418418(defconstant cons-bias fulltag-cons)