
  TYPE
    clt$pushed_line = record
      previous: ^clt$pushed_line,
      line: clt$expandable_string,
      parse: clt$parse_state,
    recend;

*copyc clt$expandable_string
*copyc clt$parse_state
