Changeset 5895
- Timestamp:
- Feb 11, 2007, 4:26:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/ffi-darwinppc32.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/ffi-darwinppc32.lisp
r5881 r5895 61 61 (enclosing-form nil)) 62 62 (multiple-value-bind (result-type error) 63 (ignore-err rors (parse-foreign-type result-type-spec))63 (ignore-errors (parse-foreign-type result-type-spec)) 64 64 (if error 65 65 (setq result-type-spec :void result-type *void-foreign-type*)
Note:
See TracChangeset
for help on using the changeset viewer.
