diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-03-11 14:02:19 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-03-11 14:02:19 +0000 |
commit | ce3a350555a7f3069c2715b37672f0c0d7f709fe (patch) | |
tree | 3c2af05beaa6c78bc78daa4254a3795801e904d3 /Build/source/texk/web2c/ptexdir/ptex-base.ch | |
parent | 0ff8cfc2f89d3ffc461d09ab845a409ce9be0fca (diff) |
remove unnecessary and seemingly wrong changes
git-svn-id: svn://tug.org/texlive/trunk@25602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptex-base.ch')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ptex-base.ch | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch index 215fc411648..e86cba18dfd 100644 --- a/Build/source/texk/web2c/ptexdir/ptex-base.ch +++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch @@ -1483,17 +1483,6 @@ kanji,kana,other_kchar: begin print("kanji character "); {|state| code at start of line} @z -@x [22.311] l.6986 - pTeX: label -@p procedure show_context; {prints where the scanner is} -label done; -var old_setting:0..max_selector; {saved |selector| setting} -@y -@p procedure show_context; {prints where the scanner is} -label done, done1; -var old_setting:0..max_selector; {saved |selector| setting} -@!s: pointer; {temporary pointer} -@z - @x [22.316] l.7110 - pTeX: init kcode_pos @d begin_pseudoprint== begin l:=tally; tally:=0; selector:=pseudo; @@ -1505,6 +1494,7 @@ var old_setting:0..max_selector; {saved |selector| setting} trick_count:=1000000; end @z + @x [22.316] l.7114 - pTeX: kcode_pos @d set_trick_count== begin first_count:=tally; @@ -1546,21 +1536,10 @@ else show_token_list(link(start),loc,100000) {avoid reference count} @ @<Pseudoprint the token list@>= begin_pseudoprint; if token_type<macro then - begin if (token_type=backed_up)and(loc<>null) then - begin if (link(start)=null)and(check_kanji(info(start))) then {|wchar_token|} - begin cur_input:=input_stack[base_ptr-1]; - s:=get_avail; info(s):=Lo(info(loc)); - cur_input:=input_stack[base_ptr]; - link(start):=s; - show_token_list(start,loc,100000); - free_avail(s);link(start):=null; - goto done1; - end; - end; + begin if (token_type=backed_up)and(loc<>null) then show_token_list(start,loc,100000); end else show_token_list(link(start),loc,100000); {avoid reference count} -done1: @z @x [24.341] l.7479 - pTeX: set last_chr |