Changeset 138
- Timestamp:
- Dec 19, 2003, 3:31:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/objc-runtime.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/objc-runtime.lisp
r131 r138 142 142 (let* ((id (assign-next-class-id)) 143 143 (class (%inc-ptr class 0)) 144 (meta (pref class :objc_class.class_pointer)))144 (meta (pref class #+apple-objc :objc_class.isa #+gnu-objc :objc_class.class_pointer))) 145 145 (ensure-objc-classptr-resolved class) 146 146 (splay-tree-put objc-class-map class id) … … 180 180 (when *default-bundle-path* 181 181 (let* ((fakepath 182 (native-translated-namestring 183 ))) 182 (native-translated-namestring *default-bundle-executable-path*))) 184 183 (setenv "CFProcessPath" fakepath)))) 185 184 185 (defloadvar *cocoa-event-process* *initial-process*) 186 186 187 187 (defun run-in-cocoa-process-and-wait (f) … … 1009 1009 (objc-class-info-ivars info)))) 1010 1010 (%add-objc-class class) 1011 (map-objc-class class) 1011 1012 (%objc-class-classptr descriptor))))) 1012 1013
Note:
See TracChangeset
for help on using the changeset viewer.
