diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3doc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3doc.dtx | 10 |
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} |