summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-15 09:33:12 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-15 09:33:12 +0000
commit6b4f9a6f91751b6db949d4628952433c80e9cd61 (patch)
treed362bfe9414f3430043edef88a97627c060c02c7 /Build
parenta9a329bca032f5ad769de8a28f73ac22c849cabb (diff)
Fix Pascal variables in WEB comment.
git-svn-id: svn://tug.org/texlive/trunk@57750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch2
-rw-r--r--Build/source/texk/web2c/tracingstacklevels.ch2
4 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 256bdca629c..ed20f7bb3a4 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-15 Andreas Scherer <https://ascherer.github.io>
+
+ * tracingstacklevels.ch,
+ * ptexdir/ptex-base.ch: Fix Pascal variable in comment.
+
2021-02-14 Petr Olsak <petr@olsak.net>
* tracingstacklevels.ch: slow_print(cur_ext) also.
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 1a3647789c2..06b5f86ab2b 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-15 Andreas Scherer <https://ascherer.github.io>
+
+ * ptexdir/ptex-base.ch: Fix Pascal variable in comment.
+
2020-11-29 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* ptex-base.ch: Fix syntax error of "not equal".
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index 780e840a414..4a10ade5e85 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -1275,7 +1275,7 @@ if n<math_code_base then
@d char_sub_def_min_code=web2c_int_base {smallest value in the charsubdef list}
@d char_sub_def_max_code=web2c_int_base+1 {largest value in the charsubdef list}
@d tracing_char_sub_def_code=web2c_int_base+2 {traces changes to a charsubdef def}
-@d tracing_stack_levels_code=web2c_int_base+3 {tracing input_stack level if tracingmacros positive}
+@d tracing_stack_levels_code=web2c_int_base+3 {tracing |input_stack| level if |tracingmacros| positive}
@d web2c_int_pars=web2c_int_base+4 {total number of web2c's integer parameters}
@#
@d int_pars=web2c_int_pars {total number of integer parameters}
diff --git a/Build/source/texk/web2c/tracingstacklevels.ch b/Build/source/texk/web2c/tracingstacklevels.ch
index bfc22d76bcd..f5d04a5624c 100644
--- a/Build/source/texk/web2c/tracingstacklevels.ch
+++ b/Build/source/texk/web2c/tracingstacklevels.ch
@@ -23,7 +23,7 @@
@x
@d web2c_int_pars=web2c_int_base+3 {total number of web2c's integer parameters}
@y
-@d tracing_stack_levels_code=web2c_int_base+3 {tracing input_stack level if tracingmacros positive}
+@d tracing_stack_levels_code=web2c_int_base+3 {tracing |input_stack| level if |tracingmacros| positive}
@d web2c_int_pars=web2c_int_base+4 {total number of web2c's integer parameters}
@z