1 /* BEGIN INCLUDE FILE ... temporary.incl.pl1 */ 2 3 dcl 1 temporary based, 4 2 node_type bit(9), /* type is "000001010"b */ 5 2 size fixed bin(18), 6 2 next ptr, 7 2 location fixed bin(18), 8 2 ref_count fixed bin, 9 2 symbol ptr unal, 10 2 last_freed fixed bin(18); 11 12 /* END INCLUDE FILE ... temporary.incl.pl1 */