Changeset 4965
- Timestamp:
- Aug 20, 2006, 4:00:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/objc-runtime.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/objc-runtime.lisp
r4791 r4965 366 366 (let* ((addr (%ptr-to-int ptr)) 367 367 (min 0) 368 (max ( length cfstring-sections-vector)))368 (max (1- (length cfstring-sections-vector)))) 369 369 (do* () 370 370 ((> min max))
Note:
See TracChangeset
for help on using the changeset viewer.
