summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-16 09:01:36 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-16 09:01:36 +0000
commit190bcdd11d5e6d0ff307735398a36b7dabccfb53 (patch)
treedf7ed116837d688bd5645f2f1eaf3c9a32e49917 /Build/source/texk/web2c/alephdir
parentf338b10404c51b0ccf368f21431df05c45cf8e86 (diff)
TeX & MF: Remove test for end-of-file after undump
Drop requirement for zlib-1.2.6 or later git-svn-id: svn://tug.org/texlive/trunk@25408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/alephdir')
-rw-r--r--Build/source/texk/web2c/alephdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/alephdir/com16bit.ch6
2 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog
index b80ca2674bc..db524ba81d3 100644
--- a/Build/source/texk/web2c/alephdir/ChangeLog
+++ b/Build/source/texk/web2c/alephdir/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-16 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * com16bit.ch: Remove test for end-of-file after undump.
+
2012-02-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* com16bit.ch: Ensure dvi file size < 2GB.
diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch
index e3e39c70718..f4318eac363 100644
--- a/Build/source/texk/web2c/alephdir/com16bit.ch
+++ b/Build/source/texk/web2c/alephdir/com16bit.ch
@@ -2415,12 +2415,10 @@ undump(batch_mode)(error_stop_mode)(interaction);
if interaction_option<>unspecified_mode then interaction:=interaction_option;
@z
-% [50.1327] As with TFM files, `eof' here means `have we previously
-% encountered the end-of-file', not `are we at the end of the file'.
-@x [50.1327] l.24120 - dumping/undumping, replace eof() by feof()
+@x [50.1327] l.24172 - Test for end-of-file already done by undump.
if (x<>69069)or eof(fmt_file) then goto bad_fmt
@y
-if (x<>69069)or feof(fmt_file) then goto bad_fmt
+if x<>69069 then goto bad_fmt
@z
@x [50.1328] l.24124 - Eliminate probably wrong word `preloaded' from format_idents.