summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tex.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-05-03 13:50:13 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-05-03 13:50:13 +0000
commit8f1857f2c25b53e5ef594eb3e37f0f6f81066273 (patch)
tree9ae956a98f546b34159e85db5e0a448d6332c36b /Build/source/texk/web2c/tex.ch
parent7890865b7747de9dae87c2f6de4ab9bf3ad26793 (diff)
Make TeX TeXable again.
Commented Pascal code marked as 'Code in TeX part'. git-svn-id: svn://tug.org/texlive/trunk@54985 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tex.ch')
-rw-r--r--Build/source/texk/web2c/tex.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch
index 20c1d7dd986..df6866a4385 100644
--- a/Build/source/texk/web2c/tex.ch
+++ b/Build/source/texk/web2c/tex.ch
@@ -1959,7 +1959,7 @@ begin save_scanner_status := scanner_status; {|scan_toks| sets |scanner_status|
cur_cs := warning_index; {for possible runaway error}
{mimick |call_func| from pdfTeX}
if scan_toks(false, true) <> 0 then do_nothing; {actually do the scanning}
- {s := tokens_to_string(def_ref);}
+ {|s := tokens_to_string(def_ref);|}
old_setting := selector; selector:=new_string;
show_token_list(link(def_ref),null,pool_size-pool_ptr);
selector := old_setting;