summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-11 20:47:47 +0000
committerKarl Berry <karl@freefriends.org>2020-05-11 20:47:47 +0000
commitbffbeb435746ef4bfc3abbbce80006f657360f3a (patch)
tree25bd4caaead6a06571d1376a8d442fe79e071d62 /Master/texmf-dist/tex/latex/l3kernel/expl3.ltx
parenta3fca75048862f5c0f86ec89c88da49a55beafb7 (diff)
l3kernel (11may20)
git-svn-id: svn://tug.org/texlive/trunk@55101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/expl3.ltx')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/expl3.ltx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx
index 3308eb7f937..0cf5f0fd3a1 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx
+++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx
@@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
-\def\ExplFileDate{2020-05-05}%
+\def\ExplFileDate{2020-05-11}%
\let\ExplLoaderFileDate\ExplFileDate
\everyjob\expandafter{\the\everyjob
\message{L3 programming layer <\ExplFileDate>}%
@@ -104,6 +104,9 @@
}
}
{ \sys_everyjob: }
+\reverse_if:N \if_cs_exist:N \s__expl_stop
+ \scan_new:N \s__expl_stop
+\fi:
\tl_put_left:Nn \@pushfilename
{
\exp_args:Nx \__kernel_file_input_push:n
@@ -130,9 +133,9 @@
\__kernel_file_input_pop:
\tl_if_empty:NTF \l__expl_status_stack_tl
{ \ExplSyntaxOff }
- { \exp_after:wN \__expl_status_pop:w \l__expl_status_stack_tl \q_stop }
+ { \exp_after:wN \__expl_status_pop:w \l__expl_status_stack_tl \s__expl_stop }
}
-\cs_gset_protected:Npn \__expl_status_pop:w #1#2 \q_stop
+\cs_gset_protected:Npn \__expl_status_pop:w #1#2 \s__expl_stop
{
\tl_set:Nn \l__expl_status_stack_tl {#2}
\int_if_odd:nTF {#1}