summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3skip.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-19 23:24:13 +0000
committerKarl Berry <karl@freefriends.org>2010-05-19 23:24:13 +0000
commit97a0746aa6e947818c4d32c3b70e899907124c22 (patch)
tree286f8d2512ef746cf076a12f16e593f262e18009 /Master/texmf-dist/tex/latex/expl3/l3skip.sty
parent994e8740e5b5588a65c3baec92333b81ae2edd54 (diff)
expl3 1905 (19may10)
git-svn-id: svn://tug.org/texlive/trunk@18357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3skip.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3skip.sty16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3skip.sty b/Master/texmf-dist/tex/latex/expl3/l3skip.sty
index 210d9e0c86b..edf9e627ada 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3skip.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3skip.sty
@@ -15,7 +15,7 @@
%% Do not distribute a modified version of this file.
%%
%%
-%% File: l3skip.dtx Copyright (C) 2005-2008 Frank Mittelbach, LaTeX3 project
+%% File: l3skip.dtx Copyright (C) 2005-2010 Frank Mittelbach, LaTeX3 project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3skip.dtx 1867 2010-03-23 13:03:12Z will $
+\GetIdInfo$Id: l3skip.dtx 1892 2010-04-11 08:59:45Z will $
{L3 Experimental skip registers}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -59,8 +59,8 @@
}
\cs_new_protected_nopar:Npn \skip_new_local:N #1 {
\chk_if_free_cs:N #1
- \int_compare:nNnTF
- \tex_currentgrouplevel:D = 0
+ \intexpr_compare:nNnTF
+ \etex_currentgrouplevel:D = 0
\newskip \locskip
#1
}
@@ -144,8 +144,8 @@
}
\cs_new_protected_nopar:Npn \dim_new_local:N #1 {
\chk_if_free_cs:N #1
- \int_compare:nNnTF
- \tex_currentgrouplevel:D = 0
+ \intexpr_compare:nNnTF
+ \etex_currentgrouplevel:D = 0
\newdimen \locdimen
#1
}
@@ -205,8 +205,8 @@
}
\cs_new_protected_nopar:Npn \muskip_new_local:N #1 {
\chk_if_free_cs:N #1
- \int_compare:nNnTF
- \tex_currentgrouplevel:D = 0
+ \intexpr_compare:nNnTF
+ \etex_currentgrouplevel:D = 0
\newmuskip \locmuskip
#1
}