1 /* BEGIN INCLUDE FILE comp_hwrd_data.incl.pl1 */ 2 3 dcl 1 hwrd_data aligned based (shared.hwrd_data_ptr), 4 2 count fixed bin, /* number of words */ 5 2 e (100), /* list entries */ 6 3 hpts bit (288), /* hyphenation points */ 7 3 brkpts bit (288), /* word break points */ 8 3 word char (256); /* the word */ 9 10 /* END INCLUDE FILE comp_hwrd_data.incl.pl1 */