~ubuntu-branches/ubuntu/karmic/luatex/karmic

« back to all changes in this revision

Viewing changes to source/texk/web2c/cwebdir/ctang-pc.ch

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-05-29 04:44:18 UTC
  • mfrom: (1.1.6 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090529044418-b4d230tscam6pgt3
Tags: 0.40.2-1ubuntu1
* Merge with Debian (LP: #381539). No changes remaining.
* debian/patches/ubuntu_libpoppler-0.11: fix a FTBFS because of unuseful
  call to GfxFont destructor (virtual and protected).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the change file for CWEB's CTANGLE under DOS
 
2
(Contributed by Lee Wittenberg, March 1993)
 
3
 
 
4
Changes necessary for compiling with Borland C/C++
 
5
Use compilation switches -mc -w-pro -Ff=5000
 
6
 
 
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.
 
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