summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2024-06-09 12:38:46 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2024-06-09 12:38:46 +0000
commit358bbc7530bbf0804e8e5d063ee8331603e91ba6 (patch)
tree37f3faa1b54e264ebc8367667866ef11a687db9a /Build/source/texk/web2c
parentb84d183204934d306447909148c69fd2f4b52d9d (diff)
[CWEB] CWEB comments start with '@q'.
git-svn-id: svn://tug.org/texlive/trunk@71460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog2
-rwxr-xr-xBuild/source/texk/web2c/tests/fix-changefile-lines.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 66e106f64bf..fa02cd861a3 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -3,7 +3,7 @@
* comm-mini.ch,
* comm-w2c.ch: Section 'Index.' is on Level 1, not 0.
* ctwill-w2c.ch,
- * ../tests/fix-changefile-lines.py: Ignore CWEB @<comment@> line(s).
+ * ../tests/fix-changefile-lines.py: Ignore CWEB @qcomment@> line(s).
2024-06-06 Andreas Scherer <https://ascherer.github.io>
diff --git a/Build/source/texk/web2c/tests/fix-changefile-lines.py b/Build/source/texk/web2c/tests/fix-changefile-lines.py
index c2f0ebc5d8e..647cbbf54cf 100755
--- a/Build/source/texk/web2c/tests/fix-changefile-lines.py
+++ b/Build/source/texk/web2c/tests/fix-changefile-lines.py
@@ -158,7 +158,7 @@ class ChangeReader:
match_start = self._match_lines[0].strip()[:2]
for repl_index in range(self._pos + 1, len(self._lines)):
repl_start = self._lines[repl_index].strip()[:2]
- # CWEB @<comments@> are ignored; see ctwill-w2c.ch
+ # CWEB @qcomments@> are ignored; see ctwill-w2c.ch
if repl_start != "@q":
break
if match_start == "@ ":