summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/expl3/l3token.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3token.dtx')
-rw-r--r--Master/texmf-dist/source/latex/expl3/l3token.dtx34
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3token.dtx b/Master/texmf-dist/source/latex/expl3/l3token.dtx
index fa1767465d4..81e70af0bcf 100644
--- a/Master/texmf-dist/source/latex/expl3/l3token.dtx
+++ b/Master/texmf-dist/source/latex/expl3/l3token.dtx
@@ -35,7 +35,7 @@
\RequirePackage{l3names}
%</driver|package>
%\fi
-\GetIdInfo$Id: l3token.dtx 2029 2010-09-19 13:59:02Z joseph $
+\GetIdInfo$Id: l3token.dtx 2063 2010-10-03 08:26:49Z mittelba $
{L3 Experimental token investigation and manipulation}
%\iffalse
%<*driver>
@@ -774,17 +774,17 @@
% \begin{macrocode}
\cs_new_eq:NN \char_set_catcode:w \tex_catcode:D
\cs_new_protected_nopar:Npn \char_set_catcode:nn #1#2 {
- \char_set_catcode:w #1 = \intexpr_eval:w #2\intexpr_eval_end:
+ \char_set_catcode:w #1 = \int_eval:w #2\int_eval_end:
}
\cs_new_nopar:Npn \char_value_catcode:w { \int_use:N \tex_catcode:D }
\cs_new_nopar:Npn \char_value_catcode:n #1 {
- \char_value_catcode:w \intexpr_eval:w #1\intexpr_eval_end:
+ \char_value_catcode:w \int_eval:w #1\int_eval_end:
}
\cs_new_nopar:Npn \char_show_value_catcode:w {
\tex_showthe:D \tex_catcode:D
}
\cs_new_nopar:Npn \char_show_value_catcode:n #1 {
- \char_show_value_catcode:w \intexpr_eval:w #1\intexpr_eval_end:
+ \char_show_value_catcode:w \int_eval:w #1\int_eval_end:
}
% \end{macrocode}
% \end{macro}
@@ -857,19 +857,19 @@
% \begin{macrocode}
\cs_new_eq:NN \char_set_mathcode:w \tex_mathcode:D
\cs_new_protected_nopar:Npn \char_set_mathcode:nn #1#2 {
- \char_set_mathcode:w #1 = \intexpr_eval:w #2\intexpr_eval_end:
+ \char_set_mathcode:w #1 = \int_eval:w #2\int_eval_end:
}
\cs_new_protected_nopar:Npn \char_gset_mathcode:w { \pref_global:D \tex_mathcode:D }
\cs_new_protected_nopar:Npn \char_gset_mathcode:nn #1#2 {
- \char_gset_mathcode:w #1 = \intexpr_eval:w #2\intexpr_eval_end:
+ \char_gset_mathcode:w #1 = \int_eval:w #2\int_eval_end:
}
\cs_new_nopar:Npn \char_value_mathcode:w { \int_use:N \tex_mathcode:D }
\cs_new_nopar:Npn \char_value_mathcode:n #1 {
- \char_value_mathcode:w \intexpr_eval:w #1\intexpr_eval_end:
+ \char_value_mathcode:w \int_eval:w #1\int_eval_end:
}
\cs_new_nopar:Npn \char_show_value_mathcode:w { \tex_showthe:D \tex_mathcode:D }
\cs_new_nopar:Npn \char_show_value_mathcode:n #1 {
- \char_show_value_mathcode:w \intexpr_eval:w #1\intexpr_eval_end:
+ \char_show_value_mathcode:w \int_eval:w #1\int_eval_end:
}
% \end{macrocode}
% \end{macro}
@@ -880,14 +880,14 @@
% \begin{macrocode}
\cs_new_eq:NN \char_set_lccode:w \tex_lccode:D
\cs_new_protected_nopar:Npn \char_set_lccode:nn #1#2{
- \char_set_lccode:w #1 = \intexpr_eval:w #2\intexpr_eval_end:
+ \char_set_lccode:w #1 = \int_eval:w #2\int_eval_end:
}
\cs_new_nopar:Npn \char_value_lccode:w {\int_use:N\tex_lccode:D}
\cs_new_nopar:Npn \char_value_lccode:n #1{\char_value_lccode:w
- \intexpr_eval:w #1\intexpr_eval_end:}
+ \int_eval:w #1\int_eval_end:}
\cs_new_nopar:Npn \char_show_value_lccode:w {\tex_showthe:D\tex_lccode:D}
\cs_new_nopar:Npn \char_show_value_lccode:n #1{
- \char_show_value_lccode:w \intexpr_eval:w #1\intexpr_eval_end:}
+ \char_show_value_lccode:w \int_eval:w #1\int_eval_end:}
% \end{macrocode}
% \end{macro}
%
@@ -897,14 +897,14 @@
% \begin{macrocode}
\cs_new_eq:NN \char_set_uccode:w \tex_uccode:D
\cs_new_protected_nopar:Npn \char_set_uccode:nn #1#2{
- \char_set_uccode:w #1 = \intexpr_eval:w #2\intexpr_eval_end:
+ \char_set_uccode:w #1 = \int_eval:w #2\int_eval_end:
}
\cs_new_nopar:Npn \char_value_uccode:w {\int_use:N\tex_uccode:D}
\cs_new_nopar:Npn \char_value_uccode:n #1{\char_value_uccode:w
- \intexpr_eval:w #1\intexpr_eval_end:}
+ \int_eval:w #1\int_eval_end:}
\cs_new_nopar:Npn \char_show_value_uccode:w {\tex_showthe:D\tex_uccode:D}
\cs_new_nopar:Npn \char_show_value_uccode:n #1{
- \char_show_value_uccode:w \intexpr_eval:w #1\intexpr_eval_end:}
+ \char_show_value_uccode:w \int_eval:w #1\int_eval_end:}
% \end{macrocode}
% \end{macro}
%
@@ -914,15 +914,15 @@
% \begin{macrocode}
\cs_new_eq:NN \char_set_sfcode:w \tex_sfcode:D
\cs_new_protected_nopar:Npn \char_set_sfcode:nn #1#2 {
- \char_set_sfcode:w #1 = \intexpr_eval:w #2\intexpr_eval_end:
+ \char_set_sfcode:w #1 = \int_eval:w #2\int_eval_end:
}
\cs_new_nopar:Npn \char_value_sfcode:w { \int_use:N \tex_sfcode:D }
\cs_new_nopar:Npn \char_value_sfcode:n #1 {
- \char_value_sfcode:w \intexpr_eval:w #1\intexpr_eval_end:
+ \char_value_sfcode:w \int_eval:w #1\int_eval_end:
}
\cs_new_nopar:Npn \char_show_value_sfcode:w { \tex_showthe:D \tex_sfcode:D }
\cs_new_nopar:Npn \char_show_value_sfcode:n #1 {
- \char_show_value_sfcode:w \intexpr_eval:w #1\intexpr_eval_end:
+ \char_show_value_sfcode:w \int_eval:w #1\int_eval_end:
}
% \end{macrocode}
% \end{macro}