Changeset 485


Ignore:
Timestamp:
Feb 6, 2004, 11:42:21 AM (21 years ago)
Author:
Gary Byers
Message:

Don't call REMAP-OBJC-CLASSES on saved-application startup.

File:
1 edited

Legend:

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

    r451 r485  
    2323            (install-foreign-objc-class
    2424             (%get-ptr buffer (the fixnum  (ash i ppc32::word-shift))))))))))
    25   (def-ccl-pointers revive-objc-classes ()
    26     (reset-objc-class-count)
    27     (map-objc-classes)))
     25  (reset-objc-class-count)
     26  (map-objc-classes))
    2827
    2928#+gnu-objc
Note: See TracChangeset for help on using the changeset viewer.