Changeset 6683


Ignore:
Timestamp:
Jun 8, 2007, 3:14:28 PM (17 years ago)
Author:
Gary Byers
Message:

objc:defmethod: declare type of receiver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/objc-runtime.lisp

    r6609 r6683  
    27422742                (defcallback ,impname ( :error-return (condition objc-callback-error-return) ,@(arglist))
    27432743                  (declare (ignorable ,self-name ,cmd)
    2744                            (unsettable ,self-name))
     2744                           (unsettable ,self-name)
     2745                           ,@(unless class-p `((type ,lisp-class-name ,self-name))))
    27452746                  ,@decls
    27462747                  ,@body)
Note: See TracChangeset for help on using the changeset viewer.