Changeset 573
- Timestamp:
- Feb 27, 2004, 8:25:09 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/objc-runtime.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/objc-runtime.lisp
r567 r573 1227 1227 1228 1228 ;;; Stub until BRIDGE is loaded 1229 (defun update-type-signatures-for-method (m ) (declare (ignore m)))1229 (defun update-type-signatures-for-method (m c) (declare (ignore m c))) 1230 1230 1231 1231 … … 1254 1254 (make-cstring typestring) 1255 1255 (pref method :objc_method.method_imp) imp) 1256 (update-type-signatures-for-method method )1256 (update-type-signatures-for-method method classptr) 1257 1257 (return mlist))) 1258 1258 (do* ((n (pref mlist :objc_method_list.method_count)) … … 1296 1296 :address classptr 1297 1297 :void)) 1298 (update-type-signatures-for-method (%inc-ptr method 0) )))))1298 (update-type-signatures-for-method (%inc-ptr method 0) classptr))))) 1299 1299 1300 1300 (defvar *lisp-objc-methods* (make-hash-table :test #'eq))
Note:
See TracChangeset
for help on using the changeset viewer.
