
  TYPE
    clt$utility_interactive_in_desc = record
      case call_method: clt$call_method of
      = clc$unspecified_call =
        {this option specifies the absence of an interactive include processor}
        ,
      = clc$linked_call =
        proc: clt$utility_interactive_include,
      = 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_interactive_include
*copyc pmt$program_name
