summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tftopl.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-02 09:02:55 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-02 09:02:55 +0000
commitb903bfd5c7a0dee62ddbea3568b7c06afef7afe6 (patch)
treeaf3d30e3f91e9656c595b1d1e9b20a15423aaafe /Build/source/texk/web2c/tftopl.ch
parentf47df11fd849dcd7536964a5c9bba5a8614d660f (diff)
ofm2opl: Allow arbitrarily long OFM files and avoid Segmentation fault
TFtoPL, ofm2opl, opl2ofm, ovf2ovp: Minor bug fixes and clean up git-svn-id: svn://tug.org/texlive/trunk@25275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tftopl.ch')
-rw-r--r--Build/source/texk/web2c/tftopl.ch1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tftopl.ch b/Build/source/texk/web2c/tftopl.ch
index 3dcec53f165..33ce0dc564a 100644
--- a/Build/source/texk/web2c/tftopl.ch
+++ b/Build/source/texk/web2c/tftopl.ch
@@ -64,7 +64,6 @@ procedure initialize; {this procedure gets things started properly}
@!hash_size=5003; {preferably a prime number, a bit larger than the number
of character pairs in lig/kern steps}
@y
-@!tfm_size=150000; {maximum length of |tfm| data, in bytes}
@!lig_size=32510; {maximum length of |lig_kern| program, in words ($<2^{15}$)}
@!hash_size=32579; {preferably a prime number, a bit larger than the number
of character pairs in lig/kern steps}