summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ppltotf.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-09-18 17:41:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-09-18 17:41:16 +0000
commit66b470f2df657e610b117c7ee78c58656d70a618 (patch)
tree719a72a16afa3fc2e4fe9da3388570875171979e /Build/source/texk/web2c/ptexdir/ppltotf.ch
parent76a605a66cfd96f0d1c566e2ba67c3ca6c5edcad (diff)
pTeX: Adapt to W32TeX (from Akira)
git-svn-id: svn://tug.org/texlive/trunk@27705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ppltotf.ch')
-rw-r--r--Build/source/texk/web2c/ptexdir/ppltotf.ch14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ppltotf.ch b/Build/source/texk/web2c/ptexdir/ppltotf.ch
index a071bf0f82c..1ca61bdb0e2 100644
--- a/Build/source/texk/web2c/ptexdir/ppltotf.ch
+++ b/Build/source/texk/web2c/ptexdir/ppltotf.ch
@@ -48,20 +48,6 @@ for k:=@'40 to 255 do xchr[k]:=k;
for k:=first_ord to last_ord do xord[chr(k)]:=invalid_code;
@z
-@x [27] l.587 - pTeX: to convert putc of web2c
-for k:=1 to loc do print(buffer[k]); {print the characters already scanned}
-@y
-for k:=1 to loc do print(xchr[buffer[k]]);
- {print the characters already scanned}
-@z
-
-@x [27] l.591 - pTeX: to convert putc of web2c
-for k:=loc+1 to limit do print(buffer[k]); {print the characters yet unseen}
-@y
-for k:=loc+1 to limit do print(xchr[buffer[k]]);
- {print the characters yet unseen}
-@z
-
@x [28] l.619 - pTeX:
else begin while (limit<buf_size-2)and(not eoln(pl_file)) do
begin incr(limit); read(pl_file,buffer[limit]);