Changeset 6683
- Timestamp:
- Jun 8, 2007, 3:14:28 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/objc-runtime.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/objc-runtime.lisp
r6609 r6683 2742 2742 (defcallback ,impname ( :error-return (condition objc-callback-error-return) ,@(arglist)) 2743 2743 (declare (ignorable ,self-name ,cmd) 2744 (unsettable ,self-name)) 2744 (unsettable ,self-name) 2745 ,@(unless class-p `((type ,lisp-class-name ,self-name)))) 2745 2746 ,@decls 2746 2747 ,@body)
Note:
See TracChangeset
for help on using the changeset viewer.
