Changeset 567


Ignore:
Timestamp:
Feb 24, 2004, 12:30:59 PM (21 years ago)
Author:
Gary Byers
Message:

Use some other obscure way of initializing class before looking for methods (Panther).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/examples/objc-runtime.lisp

    r565 r567  
    15211521                   ;; so that we can find category methods via
    15221522                   ;; #_class_getInstanceMethod.
    1523                    (external-call "__class_lookupMethodAndLoadCache"
     1523                   (external-call "_class_lookupMethod"
    15241524                                  :id class
    15251525                                  :<SEL> sel
Note: See TracChangeset for help on using the changeset viewer.