Changeset 11826


Ignore:
Timestamp:
05/03/09 20:12:08 (14 years ago)
Author:
ehuelsmann
Message:

Add documentation to the fields in the TAG structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/jvm.lisp

    r11822 r11826  
    426426
    427427(defstruct tag
     428  ;; The symbol (or integer) naming the tag
    428429  name
     430  ;; The symbol which is the jump target in JVM byte code
    429431  label
     432  ;; The associated TAGBODY
    430433  block
    431434  (compiland *current-compiland*))
Note: See TracChangeset for help on using the changeset viewer.