1 /* Begin amu_definitions.incl.pl1  */
 2 /* This is a place to keep the definitions for a translation */
 3 
 4 dcl 1 definitions_info based (amu_info.definitions_info_ptr),
 5     2 hash_buckets (127) pointer unaligned,
 6     2 t_ptrs (0:9),
 7        3 name char (4),
 8        3 val ptr unal,
 9     2 pad fixed bin;
10 
11 dcl t_ptr_indx fixed bin;
12 dcl  init_ptr_names (0:9) char (4) init ("ap", "ab", "bp", "bb", "lp", "lb", "sp", "sb", "prfr", "prmc");
13 
14 
15 /* End amu_definitions_info.incl.pl1 */