summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-02-18 15:05:01 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-02-18 15:05:01 +0000
commita08701547a59868dd82bab32735f7c56d2636370 (patch)
tree62fb36019157e66b07ebe7c4bf9f953811911cf6 /Build/source/texk/web2c/ChangeLog
parent316ad31f72ca37c485f1261b13d3fee400359163 (diff)
[CWEB] Avoid preprocessor calamities.
Trying to fix all loopholes in weird stuff like https://github.com/ascherer/cweb/blob/cweb-4.8-dev/if.w by repeating '#line' directives after all '#elif', '#else', and '#endif' preprocessor statements. In almost all cases this information is redundant, but in the past years people have come up with the idea to jump to '@<code sections@>' in '#if' blocks. git-svn-id: svn://tug.org/texlive/trunk@62066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 5ddda8fe73a..9bd41efd0c0 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-18 Andreas Scherer <https://ascherer.github.io>
+
+ * cwebboot.cin,
+ * ctangleboot.bin: Add '#line' after '#elif', '#else', and '#endif'.
+
2022-02-15 Andreas Scherer <https://ascherer.github.io>
* cwebboot.cin,