1 /* BEGINE INCLUDE FILE comp_brktypes.incl.pl1 */ 2 3 /* Written - 4/18 - EJW 4 5 Defines constants for all the types of text breaks in compose */ 6 7 /* format: style2,ind2,ll79,dclind4,idind15,comcol41,linecom */ 8 9 dcl ( 10 format_break init (0), 11 block_break init (1), 12 column_break init (2), 13 page_break init (3), 14 need_break init (4), 15 footnote_break init (5), 16 footer_break init (7) 17 ) fixed bin static options (constant); 18 19 /* END INCLUDE FILE comp_brktypes.incl.pl1 */