
  TYPE
    clt$utility_line_preproc_desc = record
      case call_method: clt$call_method of
      = clc$unspecified_call =
        , {this option specifies the absence of a line preprocessor}
      = clc$linked_call =
        proc: clt$utility_line_preprocessor,
      = clc$unlinked_call =
        procedure_name: pmt$program_name,
      = clc$proc_call, clc$program_call =
        command_name: pmt$program_name,
      casend,
    recend;

*copyc clt$call_method
*copyc clt$utility_line_preprocessor
*copyc pmt$program_name
