Changeset 12588
- Timestamp:
- Aug 15, 2009, 2:32:39 PM (15 years ago)
- Location:
- branches/working-0711/ccl/level-1
- Files:
-
- 2 edited
-
l1-clos-boot.lisp (modified) (1 diff)
-
l1-readloop.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/l1-clos-boot.lisp
r12515 r12588 360 360 (when aokp (setq bits (%ilogior (%ilsl $lfbits-aok-bit 1) bits))) 361 361 (if return-keys? 362 (values bits (a pply #'vector (nreverse key-list)))362 (values bits (and keyp (apply #'vector (nreverse key-list)))) 363 363 bits))))) 364 364 -
branches/working-0711/ccl/level-1/l1-readloop.lisp
r12587 r12588 588 588 (loop for minfo in old-methods 589 589 do (multiple-value-bind (mkeys aok) (def-info-method.keyvect minfo) 590 (when (and (not aok) 590 (when (and mkeys 591 (not aok) 591 592 (setq mkeys (loop for gk across gfkeys 592 593 unless (find gk mkeys) collect gk)))
Note:
See TracChangeset
for help on using the changeset viewer.
