summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3io.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3io.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3io.sty18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3io.sty b/Master/texmf-dist/tex/latex/expl3/l3io.sty
index 5999b5a476d..10502e844ca 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3io.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3io.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3io.dtx 1923 2010-05-22 12:45:49Z joseph $
+\GetIdInfo$Id: l3io.dtx 2063 2010-10-03 08:26:49Z mittelba $
{L3 Experimental i/o module}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -101,7 +101,7 @@
\iow_close:N #1
\int_set:Nn \l_iow_stream_int { \c_sixteen }
\tl_map_function:NN \c_iow_streams_tl \iow_alloc_write:n
- \intexpr_compare:nTF { \l_iow_stream_int = \c_sixteen }
+ \int_compare:nTF { \l_iow_stream_int = \c_sixteen }
{ \msg_kernel_error:nn { iow } { streams-exhausted } }
{
\iow_stream_alloc:N #1
@@ -114,7 +114,7 @@
\ior_close:N #1
\int_set:Nn \l_ior_stream_int { \c_sixteen }
\tl_map_function:NN \c_ior_streams_tl \ior_alloc_read:n
- \intexpr_compare:nTF { \l_ior_stream_int = \c_sixteen }
+ \int_compare:nTF { \l_ior_stream_int = \c_sixteen }
{ \msg_kernel_error:nn { ior } { streams-exhausted } }
{
\ior_stream_alloc:N #1
@@ -142,7 +142,7 @@
{ \cs_gset_eq:Nc #1 { g_iow_ \int_use:N \l_iow_stream_int _stream } }
{
\iow_stream_alloc_aux:
- \intexpr_compare:nT { \l_iow_stream_int = \c_sixteen }
+ \int_compare:nT { \l_iow_stream_int = \c_sixteen }
{
\iow_raw_new:N \g_iow_tmp_stream
\int_set:Nn \l_iow_stream_int { \g_iow_tmp_stream }
@@ -155,7 +155,7 @@
}
\cs_new_protected_nopar:Npn \iow_stream_alloc_aux: {
\int_incr:N \l_iow_stream_int
- \intexpr_compare:nT
+ \int_compare:nT
{ \l_iow_stream_int < \c_sixteen }
{
\cs_if_exist:cTF { g_iow_ \int_use:N \l_iow_stream_int _stream }
@@ -171,7 +171,7 @@
{ \cs_gset_eq:Nc #1 { g_ior_ \int_use:N \l_ior_stream_int _stream } }
{
\ior_stream_alloc_aux:
- \intexpr_compare:nT { \l_ior_stream_int = \c_sixteen }
+ \int_compare:nT { \l_ior_stream_int = \c_sixteen }
{
\ior_raw_new:N \g_ior_tmp_stream
\int_set:Nn \l_ior_stream_int { \g_ior_tmp_stream }
@@ -184,7 +184,7 @@
}
\cs_new_protected_nopar:Npn \ior_stream_alloc_aux: {
\int_incr:N \l_ior_stream_int
- \intexpr_compare:nT
+ \int_compare:nT
{ \l_ior_stream_int < \c_sixteen }
{
\cs_if_exist:cTF { g_ior_ \int_use:N \l_ior_stream_int _stream }
@@ -198,7 +198,7 @@
\cs_new_protected_nopar:Npn \iow_close:N #1 {
\cs_if_exist:NT #1
{
- \intexpr_compare:nF { #1 = \c_minus_one }
+ \int_compare:nF { #1 = \c_minus_one }
{
\tex_immediate:D \tex_closeout:D #1
\prop_gdel:NV \g_iow_streams_prop #1
@@ -210,7 +210,7 @@
\cs_new_protected_nopar:Npn \ior_close:N #1 {
\cs_if_exist:NT #1
{
- \intexpr_compare:nF { #1 = \c_minus_one }
+ \int_compare:nF { #1 = \c_minus_one }
{
\tex_closein:D #1
\prop_gdel:NV \g_ior_streams_prop #1