summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-31 17:58:55 +0000
committerKarl Berry <karl@freefriends.org>2012-08-31 17:58:55 +0000
commit3301423440393adfdbbcfa0d8471e4b4c63df1e6 (patch)
tree6aa86f66a252f654a2bd2f28ee7b680fdac1b0a3 /Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
parenta511edd7e6a05e250f2b2d8062a470734e3af33d (diff)
l3kernel 3160 (31aug12)
git-svn-id: svn://tug.org/texlive/trunk@27559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3doc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3doc.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
index 8e0c1fd39e8..bea9cf251ce 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3doc.dtx
@@ -78,7 +78,7 @@ Do not distribute a modified version of this file.
%</driver|class>
%
%<*driver|class>
-\GetIdInfo$Id: l3doc.dtx 4070 2012-08-09 11:04:46Z joseph $
+\GetIdInfo$Id: l3doc.dtx 4130 2012-08-20 21:30:22Z joseph $
{L3 Experimental documentation class}
%</driver|class>
%
@@ -481,7 +481,7 @@ Do not distribute a modified version of this file.
\tl_new:N \l_@@_macro_tl
\int_new:N \l_@@_macro_int
\int_new:N \g_@@_nested_macro_int
-\int_new:N \g_@@_codeline_int
+%\int_new:N \c@CodelineNo
\prop_new:N \g_@@_missing_tests_prop
\clist_new:N \g_docinput_clist
\tl_new:N \l_@@_at_replaced_macro_tl
@@ -1525,7 +1525,7 @@ Do not distribute a modified version of this file.
\tl_to_str:N \l_@@_at_replaced_macro_tl
}]
}
- \int_gincr:N \g_@@_codeline_int
+ \int_gincr:N \c@CodelineNo
\bool_if:NF \l_@@_macro_aux_bool
{
@@ -1549,7 +1549,7 @@ Do not distribute a modified version of this file.
\exp_args:Nx \DoNotIndex{ \tl_to_str:N \l_@@_at_replaced_macro_tl }
}
- \int_gdecr:N \g_@@_codeline_int
+ \int_gdecr:N \c@CodelineNo
\ignorespaces
}
% \end{macrocode}
@@ -2158,7 +2158,7 @@ Do not distribute a modified version of this file.
\immediate\write\@indexfile
{
\string\indexentry{#1}
- { \filesep \int_use:N \g_@@_codeline_int }
+ { \filesep \int_use:N \c@CodelineNo }
}
}
% \end{macrocode}