texlive[57783] Build/source/texk/web2c/cwebdir/cweave.w: [CWEB] And a
commits+ascherer at tug.org
commits+ascherer at tug.org
Thu Feb 18 14:24:59 CET 2021
Revision: 57783
http://tug.org/svn/texlive?view=revision&revision=57783
Author: ascherer
Date: 2021-02-18 14:24:59 +0100 (Thu, 18 Feb 2021)
Log Message:
-----------
[CWEB] And a few more.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/cweave.w
Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w 2021-02-18 13:12:14 UTC (rev 57782)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w 2021-02-18 13:24:59 UTC (rev 57783)
@@ -1291,8 +1291,8 @@
@<Global...@>=
char out_buf[line_length+1]; /* assembled characters */
+char *out_buf_end = out_buf+line_length; /* end of |out_buf| */
char *out_ptr; /* last character in |out_buf| */
-char *out_buf_end = out_buf+line_length; /* end of |out_buf| */
int out_line; /* number of next line to be output */
@ The |flush_buffer| routine empties the buffer up to a given breakpoint,
@@ -2107,12 +2107,12 @@
@<Global...@>=
scrap scrap_info[max_scraps]; /* memory array for scraps */
scrap_pointer scrap_info_end=scrap_info+max_scraps -1; /* end of |scrap_info| */
-scrap_pointer pp; /* current position for reducing productions */
scrap_pointer scrap_base; /* beginning of the current scrap sequence */
scrap_pointer scrap_ptr; /* ending of the current scrap sequence */
+scrap_pointer max_scr_ptr; /* largest value assumed by |scrap_ptr| */
+scrap_pointer pp; /* current position for reducing productions */
scrap_pointer lo_ptr; /* last scrap that has been examined */
scrap_pointer hi_ptr; /* first scrap that has not been examined */
-scrap_pointer max_scr_ptr; /* largest value assumed by |scrap_ptr| */
@ @<Set init...@>=
scrap_base=scrap_info+1;
More information about the tex-live-commits
mailing list.