summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3io.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-19 23:24:13 +0000
committerKarl Berry <karl@freefriends.org>2010-05-19 23:24:13 +0000
commit97a0746aa6e947818c4d32c3b70e899907124c22 (patch)
tree286f8d2512ef746cf076a12f16e593f262e18009 /Master/texmf-dist/tex/latex/expl3/l3io.sty
parent994e8740e5b5588a65c3baec92333b81ae2edd54 (diff)
expl3 1905 (19may10)
git-svn-id: svn://tug.org/texlive/trunk@18357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3io.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3io.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3io.sty b/Master/texmf-dist/tex/latex/expl3/l3io.sty
index 1bd8c0d627f..5b34cc4cf45 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 1853 2010-03-21 09:11:08Z joseph $
+\GetIdInfo$Id: l3io.dtx 1890 2010-04-11 03:37:15Z will $
{L3 Experimental i/o module}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -90,11 +90,11 @@
\cs_generate_variant:Nn \iow_raw_new:N { c }
\cs_generate_variant:Nn \ior_raw_new:N { c }
\cs_new_protected_nopar:Npn \iow_new:N #1 {
- \cs_gnew_eq:NN #1 \c_iow_log_stream
+ \cs_new_eq:NN #1 \c_iow_log_stream
}
\cs_generate_variant:Nn \iow_new:N { c }
\cs_new_protected_nopar:Npn \ior_new:N #1 {
- \cs_gnew_eq:NN #1 \c_ior_log_stream
+ \cs_new_eq:NN #1 \c_ior_log_stream
}
\cs_generate_variant:Nn \ior_new:N { c }
\cs_new_protected_nopar:Npn \iow_open:Nn #1#2 {