1 /* BEGIN INCLUDE FILE ..... mrpg_tables_.incl.pl1 ..... 2 7/29/81 1740.9 mst We. From >udd>m>Falksenj>rgl>mrpg.lrk */ 3 4 dcl 1 mrpg_tables_$TL ext static, 5 2 TLsize fixed bin, 6 2 TL(118), 7 3(pt,ln) fixed bin(17)unal; 8 9 dcl 1 mrpg_tables_$TC ext static, 10 2 TCsize fixed bin, 11 2 TC char(646); 12 13 dcl 1 mrpg_tables_$DPDA ext static, 14 2 DPDAsize fixed bin, 15 2 DPDA(3025), 16 3(v1,v2) fixed bin(17)unal; 17 dcl DPDAp ptr; 18 19 /* END INCLUDE FILE ..... mrpg_tables_.incl.pl1 ..... */