diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3int.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3int.sty | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3int.sty b/Master/texmf-dist/tex/latex/expl3/l3int.sty index 61688872989..7ece9f20bc8 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3int.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3int.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3int.dtx 1893 2010-04-11 12:54:05Z will $ +\GetIdInfo$Id: l3int.dtx 1919 2010-05-22 05:56:38Z will $ {L3 Experimental Integer module} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -60,15 +60,7 @@ \chk_if_free_cs:N #1 \newcount #1 } -\cs_new_protected_nopar:Npn \int_new_local:N #1 { - \chk_if_free_cs:N #1 - \intexpr_compare:nNnTF - \etex_currentgrouplevel:D = 0 - \newcount \loccount - #1 -} \cs_generate_variant:Nn \int_new:N {c} -\cs_generate_variant:Nn \int_new_local:N {c} \cs_new_protected_nopar:Npn \int_set:Nn #1#2{#1 \intexpr_eval:w #2\intexpr_eval_end: } \cs_new_protected_nopar:Npn \int_gset:Nn { |