summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3doc.cls')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/l3doc.cls9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls b/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
index 111db55e442..641a13ec78c 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
+++ b/Master/texmf-dist/tex/latex/l3kernel/l3doc.cls
@@ -52,7 +52,7 @@
\let \fileversionOld \ExplFileVersion
\let \filedescriptionOld \ExplFileDescription
\RequirePackage{expl3,xparse,calc}
-\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}
\ProvidesExplClass
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -71,7 +71,6 @@
\tl_new:N \l__codedoc_macro_tl
\int_new:N \l__codedoc_macro_int
\int_new:N \g__codedoc_nested_macro_int
-\int_new:N \g__codedoc_codeline_int
\prop_new:N \g__codedoc_missing_tests_prop
\clist_new:N \g_docinput_clist
\tl_new:N \l__codedoc_at_replaced_macro_tl
@@ -798,7 +797,7 @@
\tl_to_str:N \l__codedoc_at_replaced_macro_tl
}]
}
- \int_gincr:N \g__codedoc_codeline_int
+ \int_gincr:N \c@CodelineNo
\bool_if:NF \l__codedoc_macro_aux_bool
{
@@ -822,7 +821,7 @@
\exp_args:Nx \DoNotIndex{ \tl_to_str:N \l__codedoc_at_replaced_macro_tl }
}
- \int_gdecr:N \g__codedoc_codeline_int
+ \int_gdecr:N \c@CodelineNo
\ignorespaces
}
\tl_clear:N \l__codedoc_macro_tl
@@ -1250,7 +1249,7 @@
\immediate\write\@indexfile
{
\string\indexentry{#1}
- { \filesep \int_use:N \g__codedoc_codeline_int }
+ { \filesep \int_use:N \c@CodelineNo }
}
}
\cs_set_eq:NN \filesep \@empty