Changeset 13812 for trunk/source/objc-bridge
- Timestamp:
- Jun 11, 2010, 7:51:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/objc-runtime.lisp
r13700 r13812 43 43 44 44 (eval-when (:compile-toplevel :execute) 45 #+apple-objc 46 (progn 47 (use-interface-dir :cocoa) 48 #+nomore 49 (use-interface-dir :carbon)) ; need :carbon for things in this file 50 #+cocotron-objc 45 #+(or apple-objc cocotron-objc) 51 46 (use-interface-dir :cocoa) 52 47 #+gnu-objc … … 59 54 (require "NAME-TRANSLATION") 60 55 (require "OBJC-CLOS")) 61 62 ;;; NSInteger and NSUInteger probably belong here.63 ;;; CGFloat not so much.64 65 #-(or apple-objc-2.0 cocotron-objc)66 (progn67 (def-foreign-type #>CGFloat :float)68 (def-foreign-type #>NSUInteger :unsigned)69 (def-foreign-type #>NSInteger :signed)70 )71 56 72 57 (defconstant +cgfloat-zero+
Note: See TracChangeset
for help on using the changeset viewer.