Changeset 11826
- Timestamp:
- 05/03/09 20:12:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/jvm.lisp
r11822 r11826 426 426 427 427 (defstruct tag 428 ;; The symbol (or integer) naming the tag 428 429 name 430 ;; The symbol which is the jump target in JVM byte code 429 431 label 432 ;; The associated TAGBODY 430 433 block 431 434 (compiland *current-compiland*))
Note: See TracChangeset
for help on using the changeset viewer.