summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/l3int.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3int.sty')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/l3int.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3int.sty b/Master/texmf-dist/tex/latex/l3kernel/l3int.sty
index be7df6fe8c9..809ed14ab66 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/l3int.sty
+++ b/Master/texmf-dist/tex/latex/l3kernel/l3int.sty
@@ -46,7 +46,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3int.dtx 2526 2011-08-09 08:58:42Z joseph $
+\GetIdInfo$Id: l3int.dtx 2551 2011-08-11 22:40:53Z bruno $
{L3 Experimental integers}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -531,7 +531,7 @@
}
\cs_new:Npn \int_get_sign_and_digits_aux:nNNN #1#2#3#4
{
- \tl_if_head_eq_charcode:fNTF {#1} -
+ \exp_args:Nf \tl_if_head_eq_charcode:nNTF {#1} -
{
\bool_if:NTF #2
{
@@ -544,7 +544,7 @@
}
}
{
- \tl_if_head_eq_charcode:fNTF {#1} +
+ \exp_args:Nf \tl_if_head_eq_charcode:nNTF {#1} +
{ \int_get_sign_and_digits_aux:oNNN { \use_none:n #1 } #2#3#4 }
{
\bool_if:NT #3 { \bool_if:NF #2 - }