summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3toks.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-23 23:50:45 +0000
committerKarl Berry <karl@freefriends.org>2010-05-23 23:50:45 +0000
commitad61437dbc77ced3998eeb1fbc47f07382a9740b (patch)
tree43555571c2b6a10cae679df9a7e3677823a5bfa1 /Master/texmf-dist/tex/latex/expl3/l3toks.sty
parent64ba2a9dbcc524178aec8cecbb6947b449724990 (diff)
expl3 1925 (23may10)
git-svn-id: svn://tug.org/texlive/trunk@18438 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.sty10
1 files changed, 1 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3toks.sty b/Master/texmf-dist/tex/latex/expl3/l3toks.sty
index 534859a8c83..b8f1e17568c 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3toks.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3toks.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3toks.dtx 1892 2010-04-11 08:59:45Z will $
+\GetIdInfo$Id: l3toks.dtx 1919 2010-05-22 05:56:38Z will $
{L3 Experimental Token Registers}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -57,15 +57,7 @@
\chk_if_free_cs:N #1
\newtoks #1
}
-\cs_new_protected_nopar:Npn \toks_new_local:N #1 {
- \chk_if_free_cs:N #1
- \intexpr_compare:nNnTF
- \etex_currentgrouplevel:D = 0
- \newtoks \loctoks
- #1
-}
\cs_generate_variant:Nn \toks_new:N {c}
-\cs_generate_variant:Nn \toks_new_local:N {c}
\cs_new_eq:NN \toks_use:N \tex_the:D
\cs_generate_variant:Nn \toks_use:N {c}
\cs_new_eq:NN \toks_set:Nn \prg_do_nothing: