1 /* BEGIN INCLUDE FILE segnfo.incl.pl1 for alm  (see also segnfo.incl.alm) */
 2 
 3 
 4 /****^  HISTORY COMMENTS:
 5   1) change(86-10-01,JRGray), approve(86-10-01,MCR7507),
 6      audit(86-10-27,RWaters), install(86-11-12,MR12.0-1202):
 7      Modified to keep a ptr to the list FCB. This is part of the fix that
 8      removes PAD characters from the listing segment.
 9                                                    END HISTORY COMMENTS */
10 
11 declare   1 eb_data_$segnfo   ext aligned,
12             2 (text, source, list, list_fcb, scrtch) ptr aligned,
13             2 (txtlen, srclen, lstlen) fixed bin (26) aligned;
14 
15 /* END INCLUDE FILE segnfo.incl.pl1 */