[latex3-commits] [git/LaTeX3-latex3-latex3] luaintarray: Only define bytecode register if it is available (9952b6c84)

Marcel Fabian Krüger tex at 2krueger.de
Tue Aug 11 01:20:40 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : luaintarray
Link       : https://github.com/latex3/latex3/commit/9952b6c84b1314c78aad1d9329a5c811dea88bba

>---------------------------------------------------------------

commit 9952b6c84b1314c78aad1d9329a5c811dea88bba
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Tue Aug 11 01:20:40 2020 +0200

    Only define bytecode register if it is available


>---------------------------------------------------------------

9952b6c84b1314c78aad1d9329a5c811dea88bba
 l3kernel/l3bootstrap.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index fa7998787..778670934 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -186,7 +186,7 @@
     \expandafter\ifx\csname newcatcodetable\endcsname\relax
       \input{ltluatex}%
     \fi
-    \newluabytecode\expl at luadata@bytecode
+    \ifdefined\newluabytecode\newluabytecode\expl at luadata@bytecode\fi
     \directlua{require("expl3")}%
 %    \end{macrocode}
 %   As the user might be making a custom format, no assumption is made about





More information about the latex3-commits mailing list.