Changeset 13152
- Timestamp:
- 01/16/11 10:45:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/unsafe-p-removal/abcl/src/org/armedbear/lisp/jvm.lisp
r13151 r13152 684 684 (let ((target-block (jump-target-block node))) 685 685 (and (null (jump-non-local-p node)) 686 (eq (node-compiland target-block) *current-compiland*)687 686 (member target-block *blocks*)))) 688 687 (when (tagbody-node-p node) (tagbody-non-local-go-p node))
Note: See TracChangeset
for help on using the changeset viewer.