diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty b/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty index 2328dda0623..9643cba784c 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/l3luatex.sty @@ -13,7 +13,7 @@ %% %% Do not distribute a modified version of this file. %% -%% File: l3luatex.dtx Copyright (C) 2010,2011 The LaTeX3 Project +%% File: l3luatex.dtx Copyright (C) 2010-2012 The 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 @@ -46,7 +46,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3luatex.dtx 3086 2011-12-22 17:55:46Z bruno $ +\GetIdInfo$Id: l3luatex.dtx 3158 2012-01-09 00:47:42Z bruno $ {L3 Experimental LuaTeX-specific functions} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -127,9 +127,9 @@ { \int_gsub:Nn \g_cctab_stack_int { \c_two } \seq_if_empty:NTF \g_cctab_stack_seq - { \tl_set:Nn \l_cctab_tmp_tl { 0 } } - { \seq_gpop:NN \g_cctab_stack_seq \l_cctab_tmp_tl } - \luatex_catcodetable:D \l_cctab_tmp_tl \scan_stop: + { \tl_set:Nn \l_cctab_internal_tl { 0 } } + { \seq_gpop:NN \g_cctab_stack_seq \l_cctab_internal_tl } + \luatex_catcodetable:D \l_cctab_internal_tl \scan_stop: } \luatex_if_engine:F { @@ -149,7 +149,7 @@ \cs_set_protected:Npn \cctab_begin:N #1 { \BeginCatcodeRegime #1 } \cs_set_protected_nopar:Npn \cctab_end: { \EndCatcodeRegime } } -\tl_new:N \l_cctab_tmp_tl +\tl_new:N \l_cctab_internal_tl \cs_new_protected:Npn \cctab_gset:Nn #1#2 { \group_begin: |