Changeset 10527
- Timestamp:
- 08/22/08 10:06:45 (3 months ago)
- Files:
-
- branches/working-0711/ccl/library/lispequ.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/working-0711/ccl/library/lispequ.lisp
r9952 r10527 601 601 ) 602 602 603 604 603 ;;;;;;;;;;;;; 605 606 (defconstant $catch.tag 0)607 (defconstant $catch.mvflag (+ $catch.tag 4))608 (defconstant $catch.dblink (+ $catch.mvflag 4))609 (defconstant $catch.vsp (+ $catch.dblink 4))610 (defconstant $catch.regs (+ $catch.vsp 4))611 (defconstant $catch.link (+ $catch.regs (* 4 5)))612 (defconstant $catch.scgvll (+ $catch.link 4))613 (defconstant $catch.cs_area (+ $catch.scgvll 4))614 (defconstant $catch.pc (+ $catch.cs_area 4))615 (defconstant $catchfsize (+ $catch.pc 4))616 617 604 618 605 ;;; Bits in *gc-event-status-bits* … … 1248 1235 foreign-object-domain-class-own-wrapper ; function: returns class own wrapper if class 1249 1236 foreign-object-domain-slots-vector ; returns slots vector of object or nil 1237 foreign-object-domain-class-ordinal ; returns class ordinal if class 1238 foreign-object-domain-set-class-ordinal ; sets class ordinal if class 1250 1239 ) 1251 1240 … … 1407 1396 shlib.soname 1408 1397 shlib.pathname 1409 shlib. opened-by-lisp-kernel1398 shlib.handle ; if explicitly opened 1410 1399 shlib.map 1411 1400 shlib.base
