1 /* BEGIN INCLUDE FILE gcos_save_mc.incl.pl1   (Wardd Multics)  09/12/81 0905.9 mst Sat */
 2 
 3 /* Structure to isolate the definition of the size of the
 4 space needed to store he machine conditions structure (mc).
 5 */
 6 dcl 1 save_machine_conditions based
 7 ,     3 save_space            bit(1728)
 8 ;
 9 
10 /*   END INCLUDE FILE gcos_save_mc.incl.pl1 */