1 /* BEGIN INCLUDE FILE ... relocation_header.incl.pl1 */
2 /* created 10/30/75 by M. Weaver */
3 
4 dcl  1 relinfo aligned based,                               /* template for a relocation section */
5      2 dcl_vers fixed bin,                                  /* currently = 2 */
6      2 n_bits fixed bin,                                    /* number of relocation bits */
7      2 relbits bit(0 refer (relinfo.n_bits)) aligned;
8 
9 /* END INCLUDE FILE ...relocation_header.incl.pl1 */