diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty index 60abf42cd5d..0208088744a 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3regex-trace.sty @@ -46,7 +46,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{expl3} -\GetIdInfo$Id: l3regex.dtx 3463 2012-02-26 15:05:14Z bruno $ +\GetIdInfo$Id: l3regex.dtx 3488 2012-03-03 19:49:03Z bruno $ {L3 Experimental Regular Expressions} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -1133,7 +1133,7 @@ { \token_if_eq_meaning:NNTF #1 \regex_compile_raw:N { - \cs_if_exist:cTF { c_regex_catcode_#2_int } + \int_if_exist:cTF { c_regex_catcode_#2_int } { \int_set_eq:Nc \l_regex_catcodes_int { c_regex_catcode_#2_int } \l_regex_mode_int @@ -1166,7 +1166,7 @@ { \token_if_eq_meaning:NNTF #1 \regex_compile_raw:N { - \cs_if_exist:cTF { c_regex_catcode_#2_int } + \int_if_exist:cTF { c_regex_catcode_#2_int } { \exp_args:Nc \regex_compile_c_lbrack_add:N { c_regex_catcode_#2_int } |