Changeset 9592
- Timestamp:
- May 25, 2008, 1:10:04 AM (13 years ago)
- Location:
- trunk/source/objc-bridge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/name-translation.lisp
r9478 r9592 17 17 (in-package "CCL") 18 18 19 (require :split-if)19 (require "SEQUENCE-UTILS") 20 20 21 21 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -
trunk/source/objc-bridge/objc-clos.lisp
r9478 r9592 37 37 (use-interface-dir :gnustep)) 38 38 39 (require :split-if)39 (require "SEQUENCE-UTILS") 40 40 ;;; We need OBJC-FOREIGN-ARG-TYPE from the bridge to process ivar types 41 41 (require "BRIDGE")
Note: See TracChangeset
for help on using the changeset viewer.