texlive[57782] Build/source/texk/web2c: [CWEB] Reshuffle a few

commits+ascherer at tug.org commits+ascherer at tug.org
Thu Feb 18 14:12:14 CET 2021


Revision: 57782
          http://tug.org/svn/texlive?view=revision&revision=57782
Author:   ascherer
Date:     2021-02-18 14:12:14 +0100 (Thu, 18 Feb 2021)
Log Message:
-----------
[CWEB] Reshuffle a few variables (upstream).

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/ctangleboot.cin
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/ctangle.c
    trunk/Build/source/texk/web2c/cwebdir/ctangle.w
    trunk/Build/source/texk/web2c/cwebdir/cweave.w

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2021-02-18 08:57:59 UTC (rev 57781)
+++ trunk/Build/source/texk/web2c/ChangeLog	2021-02-18 13:12:14 UTC (rev 57782)
@@ -1,3 +1,7 @@
+2021-02-18  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctangleboot.cin: Reshuffle a few variables (upstream).
+
 2021-02-16  Andreas Scherer  <https://ascherer.github.io>
 
 	* Makefile.in,

Modified: trunk/Build/source/texk/web2c/ctangleboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/ctangleboot.cin	2021-02-18 08:57:59 UTC (rev 57781)
+++ trunk/Build/source/texk/web2c/ctangleboot.cin	2021-02-18 13:12:14 UTC (rev 57782)
@@ -317,8 +317,8 @@
 output_state cur_state;
 
 output_state stack[stack_size+1];
+stack_pointer stack_end= stack+stack_size;
 stack_pointer stack_ptr;
-stack_pointer stack_end= stack+stack_size;
 
 /*:32*//*37:*/
 #line 362 "cwebdir/ctangle.w"

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-18 08:57:59 UTC (rev 57781)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-18 13:12:14 UTC (rev 57782)
@@ -1,5 +1,11 @@
 2021-02-18  Andreas Scherer  <https://ascherer.github.io>
 
+	* ctangle.c,
+	* ctangle.w,
+	* cweave.w: Reshuffle a few variables (upstream).
+
+2021-02-18  Andreas Scherer  <https://ascherer.github.io>
+
 	* cweave.w: Fix an 'aspell'ing error and one old macro call.
 
 2021-02-17  Andreas Scherer  <https://ascherer.github.io>

Modified: trunk/Build/source/texk/web2c/cwebdir/ctangle.c
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctangle.c	2021-02-18 08:57:59 UTC (rev 57781)
+++ trunk/Build/source/texk/web2c/cwebdir/ctangle.c	2021-02-18 13:12:14 UTC (rev 57782)
@@ -293,8 +293,8 @@
 output_state cur_state;
 
 output_state stack[stack_size+1];
+stack_pointer stack_end= stack+stack_size;
 stack_pointer stack_ptr;
-stack_pointer stack_end= stack+stack_size;
 
 /*:32*//*37:*/
 #line 362 "ctangle.w"

Modified: trunk/Build/source/texk/web2c/cwebdir/ctangle.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctangle.w	2021-02-18 08:57:59 UTC (rev 57781)
+++ trunk/Build/source/texk/web2c/cwebdir/ctangle.w	2021-02-18 13:12:14 UTC (rev 57782)
@@ -287,8 +287,8 @@
 output_state cur_state; /* |cur_end|, |cur_byte|, |cur_name|, |cur_repl|,
   and |cur_section| */
 output_state stack[stack_size+1]; /* info for non-current levels */
+stack_pointer stack_end=stack+stack_size; /* end of |stack| */
 stack_pointer stack_ptr; /* first unused location in the output state stack */
-stack_pointer stack_end=stack+stack_size; /* end of |stack| */
 
 @ To get the output process started, we will perform the following
 initialization steps. We may assume that |text_info->text_link| is nonzero,

Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-18 08:57:59 UTC (rev 57781)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-18 13:12:14 UTC (rev 57782)
@@ -335,11 +335,11 @@
 @<Global...@>=
 token tok_mem[max_toks]; /* tokens */
 token_pointer tok_mem_end = tok_mem+max_toks-1; /* end of |tok_mem| */
+token_pointer tok_ptr; /* first unused position in |tok_mem| */
+token_pointer max_tok_ptr; /* largest value of |tok_ptr| */
 token_pointer tok_start[max_texts]; /* directory into |tok_mem| */
-token_pointer tok_ptr; /* first unused position in |tok_mem| */
+text_pointer tok_start_end = tok_start+max_texts-1; /* end of |tok_start| */
 text_pointer text_ptr; /* first unused position in |tok_start| */
-text_pointer tok_start_end = tok_start+max_texts-1; /* end of |tok_start| */
-token_pointer max_tok_ptr; /* largest value of |tok_ptr| */
 text_pointer max_text_ptr; /* largest value of |text_ptr| */
 
 @ @<Set init...@>=
@@ -2418,7 +2418,7 @@
 If the first identifier is the keyword `\&{operator}', we give up;
 users who want to index definitions of overloaded \CPLUSPLUS/ operators
 should say, for example, `\.{@@!@@\^\\\&\{operator\} \$+\{=\}\$@@>}' (or,
-more properly alphabetized,
+more properly alpha\-betized,
 `\.{@@!@@:operator+=\}\{\\\&\{operator\} \$+\{=\}\$@@>}').
 
 @d no_ident_found (token_pointer)0 /* distinct from any identifier token */
@@ -3608,8 +3608,8 @@
 @<Global...@>=
 output_state cur_state; /* |cur_end|, |cur_tok|, |cur_mode| */
 output_state stack[stack_size]; /* info for non-current levels */
+stack_pointer stack_end=stack+stack_size-1; /* end of |stack| */
 stack_pointer stack_ptr; /* first unused location in the output state stack */
-stack_pointer stack_end=stack+stack_size-1; /* end of |stack| */
 stack_pointer max_stack_ptr; /* largest value assumed by |stack_ptr| */
 
 @ @<Set init...@>=



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