1 /* BEGIN INCLUDE FILE mrds_rst_parse_table.incl.pl1   (Davids Multics)  10/15/81 1622.8 mst Thu */
2 
3 dcl  1 mrds_rst_parse_table$DPDA        ext static,
4             2 DPDAsize        fixed bin,
5             2 DPDA(705),
6               3(v1,v2)        fixed bin(17)unal;
7 dcl  DPDAp          ptr;
8 
9 /*   END INCLUDE FILE mrds_rst_parse_table.incl.pl1 */