texlive[74336] Build/source/texk/web2c/luatexdir: luatex.c: remove
commits+kakuto at tug.org
commits+kakuto at tug.org
Fri Feb 28 01:48:50 CET 2025
Revision: 74336
https://tug.org/svn/texlive?view=revision&revision=74336
Author: kakuto
Date: 2025-02-28 01:48:50 +0100 (Fri, 28 Feb 2025)
Log Message:
-----------
luatex.c: remove problematic lines for windows (windows only)
Modified Paths:
--------------
trunk/Build/source/texk/web2c/luatexdir/ChangeLog
trunk/Build/source/texk/web2c/luatexdir/luatex.c
Modified: trunk/Build/source/texk/web2c/luatexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/ChangeLog 2025-02-28 00:42:51 UTC (rev 74335)
+++ trunk/Build/source/texk/web2c/luatexdir/ChangeLog 2025-02-28 00:48:50 UTC (rev 74336)
@@ -1,3 +1,7 @@
+2025-02-28 Akira Kakuto <kakuto at jcom.zaq.ne.jp>
+ * luatex.c: Remove problematic lines for windows
+
+
2025-02-19 Luigi Scarso <luigi.scarso at gmail.com>
* Fixed ffi.h for OSX on arm64
Modified: trunk/Build/source/texk/web2c/luatexdir/luatex.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex.c 2025-02-28 00:42:51 UTC (rev 74335)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex.c 2025-02-28 00:48:50 UTC (rev 74336)
@@ -474,6 +474,7 @@
*d++ = QUOTE;
}
*d = '\0';
+#if 0
#ifdef WIN32
{
char *p, *q, *r;
@@ -512,6 +513,7 @@
}
}
#endif
+#endif
}
return allow;
}
More information about the tex-live-commits
mailing list.