Changeset 5937


Ignore:
Timestamp:
Feb 15, 2007, 1:46:43 AM (18 years ago)
Author:
Gary Byers
Message:

Call REGISTER-OBJC-INIT-MESSAGES after MAP-OBJC-CLASSES in
LOAD-OBJC-EXTENSION-FRAMEWORK.

File:
1 edited

Legend:

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

    r5913 r5937  
    402402                        (pushnew path *extension-framework-paths*
    403403                                 :test #'equalp)
    404                         (map-objc-classes))
     404                        (map-objc-classes)
     405                        ;; Update info about init messages.
     406                        (register-objc-init-messages))
    405407                      (return winning)))))))))))
    406408
Note: See TracChangeset for help on using the changeset viewer.