texlive[67689] Build/source/texk/web2c/cwebdir: [CWEB] Purge (double)
commits+ascherer at tug.org
commits+ascherer at tug.org
Fri Jul 21 19:32:37 CEST 2023
Revision: 67689
http://tug.org/svn/texlive?view=revision&revision=67689
Author: ascherer
Date: 2023-07-21 19:32:36 +0200 (Fri, 21 Jul 2023)
Log Message:
-----------
[CWEB] Purge (double) index entry.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
trunk/Build/source/texk/web2c/cwebdir/common.w
Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch 2023-07-21 14:14:07 UTC (rev 67688)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch 2023-07-21 17:32:36 UTC (rev 67689)
@@ -171,7 +171,7 @@
The actual file lookup is done with the help of the \Kpathsea/ library;
see section~\X93:File lookup with \Kpathsea/\X~for details. % FIXME
The remainder of the \.{@@i} line after the file name is ignored.
-@^system dependencies@> @.CWEBINPUTS@>
+@^system dependencies@>
@z
@x
@@ -206,7 +206,7 @@
@x
if ((kk=getenv("CWEBINPUTS"))!=NULL) {
- at .CWEBINPUTS@>
+ at qCWEBINPUTS@>
if ((l=strlen(kk))>max_file_name_length-2) too_long();
strcpy(temp_file_name,kk);
}
Modified: trunk/Build/source/texk/web2c/cwebdir/common.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/common.w 2023-07-21 14:14:07 UTC (rev 67688)
+++ trunk/Build/source/texk/web2c/cwebdir/common.w 2023-07-21 17:32:36 UTC (rev 67689)
@@ -424,7 +424,7 @@
goto restart; /* success */
}
if ((kk=getenv("CWEBINPUTS"))!=NULL) {
- at .CWEBINPUTS@>
+ at qCWEBINPUTS@>
if ((l=strlen(kk))>max_file_name_length-2) too_long();
strcpy(temp_file_name,kk);
}
More information about the tex-live-commits
mailing list.