From d7f1c0543409f6fca45c7c8371f233fa609c9cc3 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 14 Jan 2015 07:30:47 +0000 Subject: METAFONT: Revert r36046 (^Z is again invalid) git-svn-id: svn://tug.org/texlive/trunk@36052 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/mf.ch | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 7a8b9bb277a..4324676da89 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2015-01-14 Peter Breitenlohner + + * mf.ch: Revert the previous change (^Z is again invalid). + 2015-01-13 Peter Breitenlohner * mf.ch: Ignore ^Z in input files (as tab and form_feed). diff --git a/Build/source/texk/web2c/mf.ch b/Build/source/texk/web2c/mf.ch index 8987d2e1470..ec804166c09 100644 --- a/Build/source/texk/web2c/mf.ch +++ b/Build/source/texk/web2c/mf.ch @@ -228,7 +228,6 @@ for i:=@'177 to @'377 do xchr[i]:=' '; @d tab = @'11 { ASCII horizontal tab } @d form_feed = @'14 { ASCII form feed } -@d control_z = @'32 { Windows EOF and Unix Suspend } @= {Initialize |xchr| to the identity mapping.} @@ -1134,7 +1133,6 @@ for k:=127 to 255 do char_class[k]:=invalid_class; for k:=127 to 255 do char_class[k]:=invalid_class; char_class[tab]:=space_class; char_class[form_feed]:=space_class; -char_class[control_z]:=space_class; @z @x [232] Use halfp. -- cgit v1.2.3