[latex3-commits] [latex3/latex3] main: Rewrite comments referring to dropped module `l3alloc` (32f43c804)
github at latex-project.org
github at latex-project.org
Sat Dec 9 23:11:10 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/32f43c804b86cb63dc96339dd79d25e535f6a104
>---------------------------------------------------------------
commit 32f43c804b86cb63dc96339dd79d25e535f6a104
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sun Dec 10 01:43:11 2023 +0800
Rewrite comments referring to dropped module `l3alloc`
`l3alloc` module was dropped in commit
da97d6a8 (Drop IniTeX guards from l3kernel, 2020-08-05).
>---------------------------------------------------------------
32f43c804b86cb63dc96339dd79d25e535f6a104
l3kernel/l3basics.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index a96c4adb2..dc76dae13 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -1513,7 +1513,7 @@
%
% \begin{variable}{\c_zero_int}
% We need the constant \cs{c_zero_int}
-% which is used by some functions in the \pkg{l3alloc} module. The
+% which is used by some functions in current module. The
% rest are defined in the \pkg{l3int} module -- at least for the
% ones that can be defined with \cs{tex_chardef:D} or
% \cs{tex_mathchardef:D}. For other constants the \pkg{l3int} module is
@@ -1525,8 +1525,8 @@
% \end{variable}
%
% \begin{variable}{\c_max_register_int}
-% This is here as this particular integer is needed both in package
-% mode and to bootstrap \pkg{l3alloc}, and is documented in \pkg{l3int}.
+% This is here as this particular integer is needed in modules
+% loaded before \pkg{l3int}, and is documented in \pkg{l3int}.
% \LuaTeX{} and those which contain parts of the Omega extensions have
% more registers available than \eTeX{}.
% \begin{macrocode}
More information about the latex3-commits
mailing list.