[latex3-commits] [latex3/latex3] main: Mark expandable functions (f76499327)
github at latex-project.org
github at latex-project.org
Mon Dec 11 19:04:33 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/f76499327f82c690e8258d0852bf5e1d7a3f71db
>---------------------------------------------------------------
commit f76499327f82c690e8258d0852bf5e1d7a3f71db
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Dec 12 02:02:59 2023 +0800
Mark expandable functions
>---------------------------------------------------------------
f76499327f82c690e8258d0852bf5e1d7a3f71db
l3kernel/l3bitset.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3bitset.dtx b/l3kernel/l3bitset.dtx
index 036595c4e..fcf35f7cb 100644
--- a/l3kernel/l3bitset.dtx
+++ b/l3kernel/l3bitset.dtx
@@ -503,12 +503,12 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}
+% \begin{macro}[EXP]
% {
% \bitset_to_arabic:N, \bitset_to_arabic:c,
% \bitset_to_bin:N, \bitset_to_bin:c,
% }
-% \begin{macro}{\@@_to_int:nN}
+% \begin{macro}[EXP]{\@@_to_int:nN}
% The naming of the commands follow the names in the \texttt{int} module.
% \cs{bitset_to_arabic:N} uses \cs{int_from_bin:n} if the string is shorter
% than $32$ and the slower \cs{fp_eval:n} for larger bitsets.
More information about the latex3-commits
mailing list.