summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-05-26 22:39:42 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-05-26 22:39:42 +0000
commit1c12ef55b22a2ee41cdfd4d94e0caccc47aaf76d (patch)
treecf8cfd992b44e130d7181fb0e8f1ab96f29ef493 /Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
parentd24edaf46a7cdf4fc46d1be65ce6448ca54a0c39 (diff)
[CWEB] Unambiguous production rules 83 and 121.
Rule 121 is a trivial concretization. Rule 83 is changed to correctly format 'trivial' CWEB code like @c #include <stdio.h> @# main() {} that got clobbered as in 'queen.w' from The Stanford GraphBase. As always, thanks to Github contributor @texdraft! git-svn-id: svn://tug.org/texlive/trunk@63408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctwill-w2c.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-w2c.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
index 7532d541100..79a7c326077 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
@@ -618,7 +618,7 @@ static void print_text(text_pointer p);
@ @c
#if 0
-@t\4\4@>static void
+static void
print_text( /* prints a token list for debugging; not used in |main| */
@z