Changeset 484


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

No more REMAP-ALL-LIBRARY-CLASSES.

File:
1 edited

Legend:

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

    r431 r484  
    210210        #'check-if-section-already-scanned))))
    211211
    212 (defun remap-all-library-classes ()
    213   (process-objc-modules
    214    #'(lambda (sectptr size)
    215        (iterate-over-module-classes
    216         sectptr
    217         size
    218         #'(lambda (class)
    219             (unless (logtest #$CLS_META (pref class :objc_class.info))
    220               (install-foreign-objc-class class)))))))
     212
    221213                       
    222214#|
Note: See TracChangeset for help on using the changeset viewer.