1 /* BEGIN INCLUDE FILE reloc_lower.incl.pl1 */
 2 
 3 /* See relocation_bits.incl.pl1 and relbts.incl.pl1 for other declarations of
 4    relocation information. */
 5 
 6 dcl (     rc_a_lp18           init("000000000000000000000000000000010010"b),
 7           rc_a_is18           init("000000000000000000000000000000011000"b),
 8           rc_a_t              init("000000000000000000000000000000010000"b))
 9                               bit(36) aligned int static options(constant);
10 
11 /* END INCLUDE FILE reloc_lower.incl.pl1 */