summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/expl3/l3toks.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3toks.dtx')
-rw-r--r--Master/texmf-dist/source/latex/expl3/l3toks.dtx13
1 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3toks.dtx b/Master/texmf-dist/source/latex/expl3/l3toks.dtx
index 3b3502d0ea3..ef09b0132a8 100644
--- a/Master/texmf-dist/source/latex/expl3/l3toks.dtx
+++ b/Master/texmf-dist/source/latex/expl3/l3toks.dtx
@@ -1,5 +1,5 @@
% \iffalse
-%% 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
@@ -36,7 +36,7 @@
\RequirePackage{l3names}
%</driver|package>
%\fi
-\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}
%\iffalse
%<*driver>
@@ -140,10 +140,7 @@
% \begin{texnote}
% "\toks_set:Nn" could have been specified in plain \TeX{} by <toks> "="
% \Arg{token list} but all other functions have no counterpart in
-% plain \TeX. Additionally the functions above the global variants described
-% below will check for correct
-% local and global assignments, something that isn't available in plain
-% \TeX.
+% plain \TeX.
% \end{texnote}
% \end{function}
%
@@ -371,8 +368,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
}