1 /* BEGIN INCLUDE FILE ... retv_dont_use_list.incl.pl1 ... 11/76 */
 2 
 3 dcl dontp ptr;
 4 
 5 dcl 1 retv_dont_use_list aligned based (dontp),
 6     2 next fixed bin,
 7     2 array(1),
 8       3 volname char(32);
 9 
10 /* END INCLUDE FILE ... retv_dont_use_list.incl.pl1 */