diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-19 23:24:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-19 23:24:13 +0000 |
commit | 97a0746aa6e947818c4d32c3b70e899907124c22 (patch) | |
tree | 286f8d2512ef746cf076a12f16e593f262e18009 /Master/texmf-dist/tex/latex/expl3/l3toks.sty | |
parent | 994e8740e5b5588a65c3baec92333b81ae2edd54 (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/l3toks.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3toks.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3toks.sty b/Master/texmf-dist/tex/latex/expl3/l3toks.sty index afe5ff158a9..534859a8c83 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3toks.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3toks.sty @@ -15,7 +15,7 @@ %% Do not distribute a modified version of this file. %% %% -%% File: l3toks.dtx Copyright (C) 1990-2009 LaTeX3 project +%% File: l3toks.dtx Copyright (C) 1990-2010 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: l3toks.dtx 1867 2010-03-23 13:03:12Z will $ +\GetIdInfo$Id: l3toks.dtx 1892 2010-04-11 08:59:45Z will $ {L3 Experimental Token Registers} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -59,8 +59,8 @@ } \cs_new_protected_nopar:Npn \toks_new_local:N #1 { \chk_if_free_cs:N #1 - \int_compare:nNnTF - \tex_currentgrouplevel:D = 0 + \intexpr_compare:nNnTF + \etex_currentgrouplevel:D = 0 \newtoks \loctoks #1 } |