diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-13 10:17:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-13 10:17:28 +0000 |
commit | 3b443f201cf868e0fe49505f8f49af60adb73dca (patch) | |
tree | 5d1f60dde3ae9f694e0a3b36947c12d18c1b1ef5 | |
parent | 074eba6c5ee5960ae16fddfaeb375cefd150a9d0 (diff) |
Minor cleanup: remove obsolete/unused code
git-svn-id: svn://tug.org/texlive/trunk@24279 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/omegaware/ofm2opl.ch | 12 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/opl2ofm.ch | 13 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/ovp2ovf.ch | 19 | ||||
-rw-r--r-- | Build/source/texk/web2c/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/web2c/common.defines | 1 |
5 files changed, 4 insertions, 45 deletions
diff --git a/Build/source/texk/web2c/omegaware/ofm2opl.ch b/Build/source/texk/web2c/omegaware/ofm2opl.ch index 9e2a462feba..c690e9cd387 100644 --- a/Build/source/texk/web2c/omegaware/ofm2opl.ch +++ b/Build/source/texk/web2c/omegaware/ofm2opl.ch @@ -57,18 +57,6 @@ procedure initialize; {this procedure gets things started properly} parse_arguments; @z -%@x [5] Increase sizes to match vptovf. -%@!tfm_size=30000; {maximum length of |tfm| data, in bytes} -%@!lig_size=5000; {maximum length of |lig_kern| program, in words} -%@!hash_size=5003; {preferably a prime number, a bit larger than the number -% of character pairs in lig/kern steps} -%@y -%@!tfm_size=40000; {maximum length of |tfm| data, in bytes} -%@!lig_size=8000; {maximum length of |lig_kern| program, in words ($<2^{15}$)} -%@!hash_size=8009; {preferably a prime number, a bit larger than the number -% of character pairs in lig/kern steps} -%@z - @x [7] Open the TFM file. @ On some systems you may have to do something special to read a packed file of bytes. For example, the following code didn't work diff --git a/Build/source/texk/web2c/omegaware/opl2ofm.ch b/Build/source/texk/web2c/omegaware/opl2ofm.ch index 98b0b02a008..a330baa7138 100644 --- a/Build/source/texk/web2c/omegaware/opl2ofm.ch +++ b/Build/source/texk/web2c/omegaware/opl2ofm.ch @@ -44,19 +44,6 @@ begin @y @!buf_size=3000; {max input line length, output error line length} @z -%@x -%@!max_lig_steps=5000; -% {maximum length of ligature program, must be at most $32767-257=32510$} -%@!max_kerns=500; {the maximum number of distinct kern values} -%@!hash_size=5003; {preferably a prime number, a bit larger than the number -% of character pairs in lig/kern steps} -%@y -%@!max_lig_steps=32500; -% {maximum length of ligature program, must be at most $32767-257=32510$} -%@!max_kerns=15000; {the maximum number of distinct kern values} -%@!hash_size=15077; {preferably a prime number, a bit larger than the number -% of character pairs in lig/kern steps} -%@z @x [6] Open PL file. reset(pl_file); diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.ch b/Build/source/texk/web2c/omegaware/ovp2ovf.ch index 50487ed175c..8b92bef3cb0 100644 --- a/Build/source/texk/web2c/omegaware/ovp2ovf.ch +++ b/Build/source/texk/web2c/omegaware/ovp2ovf.ch @@ -33,25 +33,6 @@ procedure initialize; {this procedure gets things started properly} @y @!buf_size=3000; {max input line length, output error line length} @z -%@x -%@!vf_size=10000; {maximum length of |vf| data, in bytes} -%@!max_stack=100; {maximum depth of simulated \.{DVI} stack} -%@!max_param_words=30; {the maximum number of \.{fontdimen} parameters allowed} -%@!max_lig_steps=5000; -% {maximum length of ligature program, must be at most $32767-257=32510$} -%@!max_kerns=500; {the maximum number of distinct kern values} -%@!hash_size=5003; {preferably a prime number, a bit larger than the number -% of character pairs in lig/kern steps} -%@y -%@!vf_size=50000; {maximum length of |vf| data, in bytes} -%@!max_stack=100; {maximum depth of simulated \.{DVI} stack} -%@!max_param_words=30; {the maximum number of \.{fontdimen} parameters allowed} -%@!max_lig_steps=10000; -% {maximum length of ligature program, must be at most $32767-257=32510$} -%@!max_kerns=10000; {the maximum number of distinct kern values} -%@!hash_size=10007; {preferably a prime number, a bit larger than the number -% of character pairs in lig/kern steps} -%@z @x [6] Open VPL file. reset(vpl_file); diff --git a/Build/source/texk/web2c/web2c/ChangeLog b/Build/source/texk/web2c/web2c/ChangeLog index d54bc8f00d9..948ff1bfaff 100644 --- a/Build/source/texk/web2c/web2c/ChangeLog +++ b/Build/source/texk/web2c/web2c/ChangeLog @@ -1,3 +1,7 @@ +2011-10-13 Peter Breitenlohner <peb@mppmu.mpg.de> + + * common.defines: Remove ALEPHHELP. + 2011-10-04 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Add distclean-local to remove kpathsea/ and w2c/. diff --git a/Build/source/texk/web2c/web2c/common.defines b/Build/source/texk/web2c/web2c/common.defines index 8462b9f3242..a635025e816 100644 --- a/Build/source/texk/web2c/web2c/common.defines +++ b/Build/source/texk/web2c/web2c/common.defines @@ -60,7 +60,6 @@ @define const stdout; @define const true; -@define const ALEPHHELP; @define const BIBTEXHELP; @define const DVICOPYHELP; @define const DVITOMPHELP; |