- Timestamp:
- Mar 17, 2007, 6:29:20 PM (18 years ago)
- File:
-
- 1 edited
-
branches/objc-gf/ccl/lib/db-io.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/objc-gf/ccl/lib/db-io.lisp
r6051 r6053 1727 1727 1728 1728 1729 ;;;1730 ;;; Defining the handful of foreign structures that are used1731 ;;; to build OpenMCL here ensures that all backends see appropriate1732 ;;; definitions of them.1733 ;;;1734 (def-foreign-type nil1735 (:struct :cdb-datum1736 (:data (* t))1737 (:size (:unsigned 32))))1738 1739 (def-foreign-type nil1740 (:struct :dbm-constant1741 (:class (:unsigned 32))1742 (:pad (:unsigned 32))1743 (:value1744 (:union nil1745 (:s32 (:signed 32))1746 (:u32 (:unsigned 32))1747 (:single-float :float)1748 (:double-float :double)))))1749 ;;; This matches the xframe-list struct definition in1750 ;;; "ccl:lisp-kernel;constants.h"1751 (def-foreign-type nil1752 (struct :xframe-list1753 (this (* t #|(struct :ucontext)|#))1754 (prev (* (struct :xframe-list)))))1755
Note:
See TracChangeset
for help on using the changeset viewer.
