*** tex.ch.orig Sat Nov 17 02:10:53 2001 --- tex.ch Sat Nov 17 02:13:20 2001 *************** *** 192,199 **** @d ssup_error_line = 255 @d ssup_max_strings ==65535 {Larger values may be used, but then the arrays consume much more memory.} ! @d ssup_trie_opcode == 65535 ! @d ssup_trie_size == 65535 @d ssup_hyph_size == 65535 {Changing this requires changing (un)dumping!} @d iinf_hyphen_size == 610 {Must be not less than |hyph_prime|!} --- 192,199 ---- @d ssup_error_line = 255 @d ssup_max_strings ==65535 {Larger values may be used, but then the arrays consume much more memory.} ! @d ssup_trie_opcode == 262140 ! @d ssup_trie_size == 262140 @d ssup_hyph_size == 65535 {Changing this requires changing (un)dumping!} @d iinf_hyphen_size == 610 {Must be not less than |hyph_prime|!} *************** *** 212,220 **** {Use |mem_bot=0| for compilers which cannot decrement pointers.} @!hash_offset=514; {smallest index in hash array, i.e., |hash_base| } {Use |hash_offset=0| for compilers which cannot decrement pointers.} ! @!trie_op_size=1501; {space for ``opcodes'' in the hyphenation patterns; best if relatively prime to 313, 361, and 1009.} ! @!neg_trie_op_size=-1501; {for lower |trie_op_hash| array bound; must be equal to |-trie_op_size|.} @!min_trie_op=0; {first possible trie op code for any language} @!max_trie_op=ssup_trie_opcode; {largest possible trie opcode for any language} --- 212,220 ---- {Use |mem_bot=0| for compilers which cannot decrement pointers.} @!hash_offset=514; {smallest index in hash array, i.e., |hash_base| } {Use |hash_offset=0| for compilers which cannot decrement pointers.} ! @!trie_op_size=6004; {space for ``opcodes'' in the hyphenation patterns; best if relatively prime to 313, 361, and 1009.} ! @!neg_trie_op_size=-6004; {for lower |trie_op_hash| array bound; must be equal to |-trie_op_size|.} @!min_trie_op=0; {first possible trie op code for any language} @!max_trie_op=ssup_trie_opcode; {largest possible trie opcode for any language}