texlive[60868] Build/source/texk/upmendex/sort.c: upmendex: remove

commits+takuji at tug.org commits+takuji at tug.org
Mon Oct 25 15:54:29 CEST 2021


Revision: 60868
          http://tug.org/svn/texlive?view=revision&revision=60868
Author:   takuji
Date:     2021-10-25 15:54:29 +0200 (Mon, 25 Oct 2021)
Log Message:
-----------
upmendex: remove debug write

Modified Paths:
--------------
    trunk/Build/source/texk/upmendex/sort.c

Modified: trunk/Build/source/texk/upmendex/sort.c
===================================================================
--- trunk/Build/source/texk/upmendex/sort.c	2021-10-24 23:48:33 UTC (rev 60867)
+++ trunk/Build/source/texk/upmendex/sort.c	2021-10-25 13:54:29 UTC (rev 60868)
@@ -354,14 +354,7 @@
 			chset0=chset_l;
 		}
 		if (chset0!=CH_UNKNOWN && is_any_script(chset_k)) {
-#if 0
-		if (chset0==CH_UNKNOWN && chset_l!=CH_SYMBOL && chset_l!=CH_NUMERIC) {
-			chset0=chset_l;
-		}
-		if (chset_k!=CH_SYMBOL && chset_k!=CH_NUMERIC) {
-#endif
 			if (chset0!=chset_k) {
-			  fprintf(stderr,"sort.c: ###DBG1000 %d %d %d len:%d %05x %05x\n", chset0, chset_l, chset_k, k, str[l], str[k]);
 				len=k;
 				return len;
 			}



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