[latex3-commits] [git/LaTeX3-latex3-latex3] lmtx: Correct bool function (af4fb72f9)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Apr 21 00:16:31 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : lmtx
Link : https://github.com/latex3/latex3/commit/af4fb72f92f4f996815439937d1c2a8a04208102
>---------------------------------------------------------------
commit af4fb72f92f4f996815439937d1c2a8a04208102
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Apr 20 23:16:31 2023 +0100
Correct bool function
>---------------------------------------------------------------
af4fb72f92f4f996815439937d1c2a8a04208102
l3kernel/l3cctab.dtx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/l3kernel/l3cctab.dtx b/l3kernel/l3cctab.dtx
index c601a4fd5..3e6c99b8b 100644
--- a/l3kernel/l3cctab.dtx
+++ b/l3kernel/l3cctab.dtx
@@ -254,7 +254,7 @@
% In Con\TeX{}t, \tn{newcatcodetable} does not include the initialisation,
% so that is added explicitly.
% \begin{macrocode}
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{
@@ -314,7 +314,7 @@
% default value $13$. In other engines we store $256$ current
% catcodes and the \tn{endlinechar} in an intarray variable.
% \begin{macrocode}
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{
@@ -439,7 +439,7 @@
\cs_new_protected:Npn \cctab_select:N #1
{ \@@_chk_if_valid:NT #1 { \@@_select:N #1 } }
\cs_generate_variant:Nn \cctab_select:N { c }
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{
@@ -485,7 +485,7 @@
% we must make sure to save the catcodes in a table we control and
% restore them at \cs{cctab_end:}.
% \begin{macrocode}
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{
@@ -649,7 +649,7 @@
% to a \tn{catcodetable} register. In other engines, the number is
% extracted from the |cctab| variable.
% \begin{macrocode}
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{ \cs_new:Npn \@@_nesting_number:N #1 {#1} }
@@ -692,7 +692,7 @@
% \begin{macrocode}
\cs_new:Npn \cctab_item:Nn #1#2
{ \exp_args:Nf \@@_item:nN { \int_eval:n {#2} } #1 }
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{
@@ -751,7 +751,7 @@
\prg_return_false:
}
}
-\bool_lazy_if:nnTF
+\bool_lazy_or:nnTF
{ \sys_if_engine_luametatex_p: }
{ \sys_if_engine_luatex_p: }
{
More information about the latex3-commits
mailing list.