[latex3-commits] [latex3/latex3] object-tracking: Rename as requested by FMi (9ee03bf28)
github at latex-project.org
github at latex-project.org
Mon Apr 1 09:18:41 CEST 2024
Repository : https://github.com/latex3/latex3
On branch : object-tracking
Link : https://github.com/latex3/latex3/commit/9ee03bf2804e059e14010a58ab12d2a144928943
>---------------------------------------------------------------
commit 9ee03bf2804e059e14010a58ab12d2a144928943
Author: Joseph Wright <joseph at texdev.net>
Date: Fri Mar 29 21:50:20 2024 +0000
Rename as requested by FMi
>---------------------------------------------------------------
9ee03bf2804e059e14010a58ab12d2a144928943
l3kernel/l3pdf.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index d8248965a..acf9c5674 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -412,10 +412,10 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{variable}{\c_@@_object_block_int}
+% \begin{variable}{\c_@@_object_block_size_int}
% Sets the block size used for managing indexed objects.
% \begin{macrocode}
-\int_const:Nn \c_@@_object_block_int { 10000 }
+\int_const:Nn \c_@@_object_block_size_int { 10000 }
% \end{macrocode}
% \end{variable}
%
@@ -440,7 +440,7 @@
\intarray_if_exist:NF #1
{
\intarray_new:Nn #1
- \c_@@_object_block_int
+ \c_@@_object_block_size_int
}
\intarray_gset:Nnn #1 {#2} \g_@@_backend_object_int
}
@@ -477,12 +477,12 @@
{
g_@@_object_ #1 _
\int_eval:n
- { \int_div_truncate:nn {#2} \c_@@_object_block_int }
+ { \int_div_truncate:nn {#2} \c_@@_object_block_size_int }
_intarray
}
{
\int_eval:n
- { \int_mod:nn {#2} \c_@@_object_block_int } + 1
+ { \int_mod:nn {#2} \c_@@_object_block_size_int } + 1
}
}
}
More information about the latex3-commits
mailing list.