diff options
Diffstat (limited to 'Build/source/texk/web2c/mf.ch')
-rw-r--r-- | Build/source/texk/web2c/mf.ch | 2 |
1 files changed, 0 insertions, 2 deletions
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 } @<Set init...@>= {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. |