Skip to content

Commit

Permalink
Update l3kernel to 2021-06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 1, 2021
1 parent 57ff511 commit 98bd457
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions texmf/tex/latex/l3kernel/expl3-code.tex
Expand Up @@ -70,7 +70,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2021-05-27}%
\def\ExplFileDate{2021-06-01}%
\begingroup
\def\next{\endgroup}%
\expandafter\ifx\csname PackageError\endcsname\relax
Expand Down Expand Up @@ -6290,7 +6290,7 @@
}
\cs_generate_variant:Nn \int_new:N { c }
\cs_new_protected:Npn \int_const:Nn #1#2
{ \exp_args:Ne \__int_const:nN { \int_eval:n {#2} } #1 }
{ \exp_args:Nx \__int_const:nN { \int_eval:n {#2} } #1 }
\cs_new_protected:Npn \__int_const:nN #1#2
{
\int_compare:nNnTF {#1} < \c_zero_int
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3-generic.tex
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2021-05-27}%
\def\ExplFileDate{2021-06-01}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.ltx
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2021-05-27}%
\def\ExplFileDate{2021-06-01}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.sty
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2021-05-27}%
\def\ExplFileDate{2021-06-01}%
\let\ExplLoaderFileDate\ExplFileDate
\ProvidesPackage{expl3}
[%
Expand Down

0 comments on commit 98bd457

Please sign in to comment.