1 /* BEGIN INCLUDE FILE gcos_control_tables_.incl.pl1   (Wardd Multics)  09/11/80 1439.7 mst Thu */
 2 
 3 dcl  gcos_control_tables_$    ext static;
 4 dcl  gcos_control_tables_$activity_table ext static         /* table of info on each activity */;
 5 dcl  gcos_control_tables_$cardtable (151) char (8) ext static         /* card type table */;
 6 dcl  gcos_control_tables_$comp_offset fixed bin ext static  /* offset in cardtable where compilation activities begin */;
 7 dcl  gcos_control_tables_$exc_offset fixed bin (17) ext static        /* offset in card lookup table where activity def'ns begin */;
 8 dcl  gcos_control_tables_$filecard_count fixed bin ext static         /* length of filecard section of cardtable */;
 9 dcl  gcos_control_tables_$nonact fixed bin ext static       /* offset in card lookup table where activity cards end  */;
10 dcl  gcos_control_tables_$tablelen fixed bin (17) ext static          /* length of card lookup table */;
11 dcl  gcos_control_tables_$tabstops ext static     /* table of tabstops for canonicalizing ascii input lines */;
12 dcl  gcos_control_tables_$totallen fixed bin ext static     /* length of cardtable, including unimplemented cards */;
13 
14 /*   END INCLUDE FILE gcos_control_tables_.incl.pl1 */