Changeset 5758
- Timestamp:
- Jan 20, 2007, 10:52:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/foreign-types.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/foreign-types.lisp
r5743 r5758 1514 1514 :void)) 1515 1515 1516 (defun null-coerce-foreign-arg (arg-type-keyword argform) 1517 (declare (ignore arg-type-keyword)) 1518 argform) 1519 1520 (defun null-coerce-foreign-result (result-type-keyword resultform) 1521 (declare (ignore result-type-keyword)) 1522 resultform) 1523 1516 1524 (defun foreign-type-to-representation-type (f) 1517 1525 (if (or (member f *foreign-representation-type-keywords*)
Note:
See TracChangeset
for help on using the changeset viewer.
