texlive[65422] Build/source/texk/web2c/lib/texmfmp.c:

commits+takuji at tug.org commits+takuji at tug.org
Sun Jan 1 04:52:39 CET 2023


Revision: 65422
          http://tug.org/svn/texlive?view=revision&revision=65422
Author:   takuji
Date:     2023-01-01 04:52:38 +0100 (Sun, 01 Jan 2023)
Log Message:
-----------
web2c/lib/texmfmp.c: tweak related to r65330

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=65330

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/lib/texmfmp.c

Modified: trunk/Build/source/texk/web2c/lib/texmfmp.c
===================================================================
--- trunk/Build/source/texk/web2c/lib/texmfmp.c	2023-01-01 00:51:50 UTC (rev 65421)
+++ trunk/Build/source/texk/web2c/lib/texmfmp.c	2023-01-01 03:52:38 UTC (rev 65422)
@@ -853,7 +853,7 @@
   /* If the user says --help or --version, we need to notice early.  And
      since we want the --ini option, have to do it before getting into
      the web (which would read the base file, etc.).  */
-#if ((IS_upTeX || defined(XeTeX) || defined(pdfTeX)) && defined(WIN32)) || (IS_pTeX && !IS_upTeX && !defined(WIN32))
+#if ((IS_upTeX || defined(XeTeX) || defined(pdfTeX)) && defined(WIN32))
   parse_options (argc, argv);
 #else
   parse_options (ac, av);



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