

{ Debug table record used for emitting line tables and symbol tables }
{ in fragments rather than all together.  Not used by II compilers and }
{ simply passed over by any object text processors operating on NOS/VE. }
{ Intended for use by compilers producing this loader text on machines }
{ other than 180.  For example CYBIL C/M. }

  TYPE
    llt$debug_table_fragment = record
      offset: llt$section_offset,
      text: SEQ ( * ),
    recend;

*copyc llt$section_address
