texlive[67624] Build/source/texk/web2c/cwebdir: [CWEB] Move TeX part

commits+ascherer at tug.org commits+ascherer at tug.org
Fri Jul 14 01:02:15 CEST 2023


Revision: 67624
          http://tug.org/svn/texlive?view=revision&revision=67624
Author:   ascherer
Date:     2023-07-14 01:02:15 +0200 (Fri, 14 Jul 2023)
Log Message:
-----------
[CWEB] Move TeX part for push_level function.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
    trunk/Build/source/texk/web2c/cwebdir/cweave.w

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch	2023-07-13 22:26:08 UTC (rev 67623)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-mini.ch	2023-07-13 23:02:15 UTC (rev 67624)
@@ -1592,13 +1592,15 @@
 Section 227.
 
 @x
-@ @c
-static void
+@ To insert token-list |p| into the output, the |push_level| subroutine
+ at y
+ at r @ To insert token-list |p| into the output, the |push_level| subroutine
+ at z
+
+ at x
 push_level( /* suspends the current level */
 text_pointer p)
 @y
- at r @ @c
-static void
 push_level( /* suspends the current level */
 text_pointer p)
 @-push_level@>

Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w	2023-07-13 22:26:08 UTC (rev 67623)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w	2023-07-13 23:02:15 UTC (rev 67624)
@@ -3790,15 +3790,15 @@
 @ @<Set init...@>=
 max_stack_ptr=stack;
 
+@ @<Predecl...@>=
+static void push_level(text_pointer);@/
+static void pop_level(void);
+
 @ To insert token-list |p| into the output, the |push_level| subroutine
 is called; it saves the old level of output and gets a new one going.
 The value of |cur_mode| is not changed.
 
-@<Predecl...@>=
-static void push_level(text_pointer);@/
-static void pop_level(void);
-
-@ @c
+ at c
 static void
 push_level( /* suspends the current level */
 text_pointer p)



More information about the tex-live-commits mailing list.