Changeset 162
- Timestamp:
- Dec 31, 2003, 3:02:55 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/process-objc-modules.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/process-objc-modules.lisp
r153 r162 76 76 (%setf-macptr classptr (%get-ptr defsptr (* i (record-length :address)))) 77 77 (when *objc-module-verbose* 78 (format t "~& processing class ~s" 79 (%get-cstring (pref classptr :objc_class.name))) 78 (format t "~& processing class ~a, info = #x~8,'0x" 79 (%get-cstring (pref classptr :objc_class.name)) 80 (pref classptr :objc_class.info)) 80 81 (force-output t)) 81 82 ;; process the class … … 149 150 module 150 151 #'(lambda (class) 152 (when *objc-module-verbose* 153 (format t "~& == processing class #x~8,'0x ~a, (#x~8,'0x) info = #x~8,'0x" 154 (%ptr-to-int class) 155 (%get-cstring (pref class :objc_class.name)) 156 (%ptr-to-int (pref class :objc_class.name)) 157 (pref class :objc_class.info))) 158 #+nope 151 159 (unless (logtest #$CLS_META (pref class :objc_class.info)) 152 160 (map-objc-class class))
Note:
See TracChangeset
for help on using the changeset viewer.
