
{ This deck defines the type for the output class table.  Any time the output class table
{ (jmv$output_class_table_p) needs to be scanned, the scan should be from jmc$system_output_class
{ (the first defined class) to jmv$maximum_output_class_in_use (the index of the highest defined class).

  TYPE
    jmt$output_class_table = ARRAY [1 .. *] OF jmt$output_class_attributes;

*copyc jmt$output_class_attributes
