1 /* BEGIN INCLUDE FILE ..... lalr_standard_prelude.incl.pl1 ..... 06/27/81 P. Prange */
2 
3 /* format: style4,indattr,idind30 */
4 dcl  standard_prelude_length       fixed bin (21);
5 dcl  standard_prelude_ptr          ptr;
6 dcl  standard_prelude              char (standard_prelude_length) aligned based (standard_prelude_ptr);
7 
8 /* END INCLUDE FILE ..... lalr_standard_prelude.incl.pl1 ..... */