{
{ dmt$mat_converter
{

  TYPE
    dmt$mat_converter = record
      case boolean of
      = FALSE =
        p_adaptable: cyt$adaptable_array_pointer,
      = TRUE =
        p_mat: ^dmt$mainframe_allocation_table,
      casend,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc cyd$cybil_structure_definitions
*copyc dmt$mainframe_allocation_table
?? POP ??

