1 /* BEGIN INCLUDE FILE mrds_rst_skip_table.incl.pl1 (Davids Multics) 10/15/81 1622.9 mst Thu */ 2 3 /* lrk_pl1_dpda 10/15/81 1622.5 mst Thu 4 Input: >udd>Multics>Davids>tr>11714>mrds_rst_parse 5 Output: >udd>Multics>Davids>tr>11714>mrds_rst_skip_table.incl.pl1 6 */ 7 dcl skip_v1 (12)fixed bin(24) static int options(constant) init( 8 7,34,4,8,11,47,510,580,596,602,623,644 9 ); 10 dcl skip_v2 (12)fixed bin(24) static int options(constant) init( 11 2,0,4,8,(8)3 12 ); 13 14 /* END INCLUDE FILE mrds_rst_skip_table.incl.pl1 */