diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-22 12:31:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-22 12:31:25 +0000 |
commit | 9ab647a519c9349087025e280cfac5b2035585a8 (patch) | |
tree | 6d5e3ab1f12a42ff17c1155bfc826f6bd397648b /Build/source/texk/web2c/ptexdir/ppltotf.ch | |
parent | 8eeb471c78437a3fc1ad286d4ff02ee2a41d50b0 (diff) |
minor pTeX fixes
git-svn-id: svn://tug.org/texlive/trunk@17960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ppltotf.ch')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ppltotf.ch | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ppltotf.ch b/Build/source/texk/web2c/ptexdir/ppltotf.ch index 16cae851e2d..f050a64d9db 100644 --- a/Build/source/texk/web2c/ptexdir/ppltotf.ch +++ b/Build/source/texk/web2c/ptexdir/ppltotf.ch @@ -56,11 +56,11 @@ for k:=loc+1 to limit do print(xchr[buffer[k]]); @z @x [28] l.619 - pTeX: -else begin while (limit<buf_size-1)and(not eoln(pl_file)) do +else begin while (limit<buf_size-2)and(not eoln(pl_file)) do begin incr(limit); read(pl_file,buffer[limit]); end; @y -else begin limit:=input_line2(pl_file,buffer,limit+1,buf_size)-1; +else begin limit:=input_line2(pl_file,buffer,limit+1,buf_size-1)-1; @z %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -71,21 +71,21 @@ else begin limit:=input_line2(pl_file,buffer,limit+1,buf_size)-1; % This bug may be found in other routines so... % Fix: add some (more?) space at the end of each line, in fill_buffer. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -@x [28] l.622 - pTeX: - buffer[limit+1]:=' '; right_ln:=eoln(pl_file); - if left_ln then @<Set |loc| to the number of leading blanks in - the buffer, and check the indentation@>; - end; -end; -@y - buffer[limit+1]:=' '; right_ln:=eoln(pl_file); - if right_ln then begin incr(limit); buffer[limit+1]:=' '; - end; - if left_ln then @<Set |loc| to the number of leading blanks in - the buffer, and check the indentation@>; - end; -end; -@z +% @x [28] l.622 - pTeX: +% buffer[limit+1]:=' '; right_ln:=eoln(pl_file); +% if left_ln then @<Set |loc| to the number of leading blanks in +% the buffer, and check the indentation@>; +% end; +% end; +% @y +% buffer[limit+1]:=' '; right_ln:=eoln(pl_file); +% if right_ln then begin incr(limit); buffer[limit+1]:=' '; +% end; +% if left_ln then @<Set |loc| to the number of leading blanks in +% the buffer, and check the indentation@>; +% end; +% end; +% @z @x [36] l.754 - pTeX: May have to increase some numbers to fit new commands @d max_name_index=88 {upper bound on the number of keywords} |