summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2019-05-29 15:34:04 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2019-05-29 15:34:04 +0000
commit5037bdc1717a225cd63b0bcf55522ca66f3d0841 (patch)
tree57b4328dc1db1f8a4e86ea232b572faf4d4d06b8 /Build
parent18b6a1b84ea295d8f6157d9845f6c5b92345af43 (diff)
Minor changes to common change and header files.
git-svn-id: svn://tug.org/texlive/trunk@51258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch7
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.h2
3 files changed, 6 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 6f9da9bd392..4785415c8a7 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-29 Andreas Scherer <https://ascherer.github.io>
+
+ * comm-w2c.ch, comm-w2c.h: Minor changes.
+
2019-02-16 Andreas Scherer <https://ascherer.github.io>
* cwebinputs/c++1xlib.w: Add some C++1x class names.
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index 9a0c8dd12f1..30c01f95be8 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -946,14 +946,9 @@ scan_args(void)
@ We use all of |*argv| for the |web_file_name| if there is a |'.'| in it,
otherwise we add |".w"|. If this file can't be opened, we prepare an
|alt_web_file_name| by adding |"web"| after the dot.
-The other file names come from adding other things
-after the dot. We must check that there is enough room in
-|web_file_name| and the other arrays for the argument.
@y
@ We use all of |*argv| for the |web_file_name| if there is a |'.'| in it,
-otherwise we add |".w"|. The other file names come from adding other things
-after the dot. We must check that there is enough room in |web_file_name| and
-the other arrays for the argument.
+otherwise we add |".w"|.
@z
@x
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.h b/Build/source/texk/web2c/cwebdir/comm-w2c.h
index 2c8e2868a59..be99ea8658d 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.h
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.h
@@ -15,7 +15,7 @@
% entire resulting derived work is distributed under the terms of a
% permission notice identical to this one.
-% Amendments to 'common.h' resulting in this extended 'comm-foo.h' were
+% Amendments to 'common.h' resulting in this extended 'comm-w2c.h' were
% created by numerous collaborators over the course of many years.
% Please send comments, suggestions, etc. to tex-k@@tug.org.