summaryrefslogtreecommitdiff
path: root/tex/context/base/supp-fil.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/supp-fil.tex')
-rw-r--r--tex/context/base/supp-fil.tex13
1 files changed, 9 insertions, 4 deletions
diff --git a/tex/context/base/supp-fil.tex b/tex/context/base/supp-fil.tex
index 37910dc4f..7cb2e2901 100644
--- a/tex/context/base/supp-fil.tex
+++ b/tex/context/base/supp-fil.tex
@@ -546,10 +546,15 @@
\ifx\outputfilename\undefined \def\outputfilename{\jobname} \fi
-\def\doifparentfileelse#1#2#3%
- {\doifsamestringelse{#1}{\jobname }{#2}
- {\doifsamestringelse{#1}{\jobname.\c!tex}{#2}
- {\doifsamestringelse{#1}{\outputfilename}{#2}{#3}}}}
+% \def\doifparentfileelse#1#2#3%
+% {\doifsamestringelse{#1}{\jobname }{#2}
+% {\doifsamestringelse{#1}{\jobname.\c!tex}{#2}
+% {\doifsamestringelse{#1}{\outputfilename}{#2}{#3}}}}
+
+\def\doifparentfileelse#1%
+ {\doifsamestringelse{#1}{\jobname }\firstoftwoarguments
+ {\doifsamestringelse{#1}{\jobname.\c!tex}\firstoftwoarguments
+ {\doifsamestringelse{#1}{\outputfilename}\firstoftwoarguments\secondoftwoarguments}}}
\def\normalless {<} % geen \let !
\def\normalmore {>} % geen \let !