summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctwill-hint.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctwill-hint.ch6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-hint.ch b/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
index f78891cd858..1fcf2fcaf23 100644
--- a/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
+++ b/Build/source/texk/web2c/cwebdir/ctwill-hint.ch
@@ -533,10 +533,12 @@ Section 155.
@x
@d force_lines flags['f'] /* should each statement be on its own line? */
+@d force_first flags['F'] /* should compound statement start on new line? */
@y
@d force_lines flags['f'] /* should each statement be on its own line? */
-@-force_lines@>
-@$force_lines {CTWILL}155 =\\{flags}[\.{'f'}]@>
+@-force_lines@> @$force_lines {CTWILL}155 =\\{flags}[\.{'f'}]@>
+@d force_first flags['F'] /* should compound statement start on new line? */
+@-force_first@> @$force_first {CTWILL}155 =\\{flags}[\.{'F'}]@>
@z
Section 185.