Changeset 13907 for trunk/source/objc-bridge/objc-runtime.lisp
- Timestamp:
- Jul 1, 2010, 4:14:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/objc-runtime.lisp
r13812 r13907 2902 2902 ,@decls 2903 2903 (rlet ((,super :objc_super 2904 #+(or apple-objc coc tron-objc) :receiver #+gnu-objc :self ,self2904 #+(or apple-objc cocotron-objc) :receiver #+gnu-objc :self ,self 2905 2905 #+(or apple-objc-2.0 cocotron-objc) :super_class #-(or apple-objc-2.0 cocotron-objc) :class 2906 2906 ,@(if class-p
Note: See TracChangeset
for help on using the changeset viewer.