texlive[57784] Build/source/texk/web2c/cwebdir: [CWEB] Purge unused

commits+ascherer at tug.org commits+ascherer at tug.org
Thu Feb 18 15:35:59 CET 2021


Revision: 57784
          http://tug.org/svn/texlive?view=revision&revision=57784
Author:   ascherer
Date:     2021-02-18 15:35:59 +0100 (Thu, 18 Feb 2021)
Log Message:
-----------
[CWEB] Purge unused macro definition.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/cweave.w

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-18 13:24:59 UTC (rev 57783)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-18 14:35:59 UTC (rev 57784)
@@ -1,5 +1,9 @@
 2021-02-18  Andreas Scherer  <https://ascherer.github.io>
 
+	* cweave.w: Purge unused macro definition.
+
+2021-02-18  Andreas Scherer  <https://ascherer.github.io>
+
 	* ctangle.c,
 	* ctangle.w,
 	* cweave.w: Reshuffle a few variables (upstream).

Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-18 13:24:59 UTC (rev 57783)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-18 14:35:59 UTC (rev 57784)
@@ -2228,7 +2228,7 @@
 reduce(pp,3,exp,-2,3)|'.
 
 A couple more words of explanation:
-Both |big_app| and |app| append a token (while |big_app1| to |big_app4|
+Both |big_app| and |app| append a token (while |big_app1| to |big_app3|
 append the specified number of scrap translations) to the current token list.
 The difference between |big_app| and |app| is simply that |big_app|
 checks whether there can be a conflict between math and non-math
@@ -2262,7 +2262,6 @@
 @d maybe_math 0 /* works in either horizontal or math mode */
 @d big_app2(a) big_app1(a);big_app1(a+1)
 @d big_app3(a) big_app2(a);big_app1(a+2)
- at d big_app4(a) big_app3(a);big_app1(a+3)
 @d app(a) *(tok_ptr++)=(token)(a)
 @d app1(a) *(tok_ptr++)=(token)(tok_flag+(int)((a)->trans-tok_start))
 



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