beta-0.89.2
[luatex.git] / source / texk / web2c / cwebdir / ctang-pc.ch
blob67f32fae0c2adcb6817e8cf39488f7d210cf29f9
1 This is the change file for CWEB's CTANGLE under DOS
2 (Contributed by Lee Wittenberg, March 1993)
4 Changes necessary for compiling with Borland C/C++
5 Use compilation switches -mc -w-pro -Ff=5000
7 Note: The changes to section 4 are not necessary if using a compiler
8 that allows >64K arrays. If you need lots of bytes and toks, try the
9 alternate change files with -bs suffix instead of -pc.
11 @x section 1
12 @d banner "This is CTANGLE (Version 3.64)\n"
14 @d banner "This is CTANGLE (Version 3.64pc)\n"
16 @x section 4
17 @d max_bytes 90000 /* the number of bytes in identifiers,
18   index entries, and section names; used in |"common.w"| */
19 @d max_toks 270000 /* number of bytes in compressed \CEE/ code */
20 @y (note that CWEAVE itself needs only about 42K toks)
21 @d max_bytes (unsigned)60000 /* the number of bytes in identifiers,
22   index entries, and section names; used in |"common.w"| */
23 @d max_toks (unsigned)60000 /* number of bytes in compressed \CEE/ code */