Changeset 219


Ignore:
Timestamp:
Jan 5, 2004, 6:11:00 PM (21 years ago)
Author:
Gary Byers
Message:

Set lisp_global(STATICALLY_LINKED) if STATIC is defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/pmcl-kernel.c

    r88 r219  
    12581258
    12591259  lisp_global(ALTIVEC_PRESENT) = altivec_present << fixnumshift;
    1260 
     1260#if STATIC
     1261  lisp_global(STATICALLY_LINKED) = 1 << fixnumshift;
     1262#endif
    12611263  tcr->prev = tcr->next = tcr;
    12621264  lisp_global(TCR_LOCK) = (LispObj)new_recursive_lock();
Note: See TracChangeset for help on using the changeset viewer.