Changeset 219
- Timestamp:
- Jan 5, 2004, 6:11:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/pmcl-kernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/pmcl-kernel.c
r88 r219 1258 1258 1259 1259 lisp_global(ALTIVEC_PRESENT) = altivec_present << fixnumshift; 1260 1260 #if STATIC 1261 lisp_global(STATICALLY_LINKED) = 1 << fixnumshift; 1262 #endif 1261 1263 tcr->prev = tcr->next = tcr; 1262 1264 lisp_global(TCR_LOCK) = (LispObj)new_recursive_lock();
Note:
See TracChangeset
for help on using the changeset viewer.
