summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-01-01 03:52:38 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-01-01 03:52:38 +0000
commit8517028b3f0587510b34633a3fff1630d403a81a (patch)
treec29d5498399487c838da349cd02816d8dd2aa7c7 /Build
parent1489477340fda2a308d682fe8aaf9d3abb776df4 (diff)
web2c/lib/texmfmp.c: tweak related to r65330
git-svn-id: svn://tug.org/texlive/trunk@65422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index b73403135be..5bb7032242b 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -853,7 +853,7 @@ maininit (int ac, string *av)
/* 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);