1This is the change file for CWEB's CTANGLE under DOS 2(Contributed by Lee Wittenberg, March 1993) 3 4Changes necessary for compiling with Borland C/C++ 5Use compilation switches -mc -w-pro -Ff=5000 6 7Note: The changes to section 4 are not necessary if using a compiler 8that allows >64K arrays. If you need lots of bytes and toks, try the 9alternate change files with -bs suffix instead of -pc. 10 11@x section 1 12@d banner "This is CTANGLE (Version 3.64)\n" 13@y 14@d banner "This is CTANGLE (Version 3.64pc)\n" 15@z 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 */ 24@z 25