summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ChangeLog
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-14 15:52:29 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-14 15:52:29 +0000
commit9f11a1027fe8613be28f9c6f94bd25858e0f9279 (patch)
tree10dddd45333c982aea30316e2b19a21660707c86 /Build/source/texk/web2c/cwebdir/ChangeLog
parent22f74e2d05a3585ede8da9ef8dee02024ec41128 (diff)
[CWEB] Finally make use of type 'mode' -- C-style.
'typedef int mode' was never actually used in CWEB 2.7 and up (and, most likely, down). However, 'boolean' and the two @definitions isn't quite correct either. See line 3907 of WEAVE.WEB for the original intent. The new 'typedef enum' restores the classic code in C-style. git-svn-id: svn://tug.org/texlive/trunk@67627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index bfec99e0f19..7538f8d3a19 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-14 Andreas Scherer <https://ascherer.github.io>
+
+ * ctwill.bux,
+ * cweave.w: Finally make use of type 'mode' -- C-style.
+
2023-07-13 Andreas Scherer <https://ascherer.github.io>
* ctang-{bs,w2c}.ch,