Codebase list cafeobj / 6e8c5bc
typo Toshimi Sawada 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
922922 (declare (type fixnum y))
923923 (let ((t1 (nth y entry)))
924924 (when (cexec-sch-check-predicate term (car t1) pred-pat)
925 (return-from cexec-loop-check (cdr t2))))))))
925 (return-from cexec-loop-check (cdr t1))))))))
926926 nil))))
927927
928928 ;;;