[latex3-commits] [git/LaTeX3-latex3-latex3] master: Use @@ in l3luatex (ce3be76)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 26 12:09:59 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/ce3be7646da8bdc0156fd3e0dc9b70ae740fe5c7

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

commit ce3be7646da8bdc0156fd3e0dc9b70ae740fe5c7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 26 11:09:59 2018 +0100

    Use @@ in l3luatex
    
    Another  'easy' internal case to handle.


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

ce3be7646da8bdc0156fd3e0dc9b70ae740fe5c7
 l3kernel/l3luatex.dtx |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 1276be1..07907ea 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -432,13 +432,17 @@ l3kernel.strcmp = strcmp
 %<*initex>
 %    \end{macrocode}
 %
+%    \begin{macrocode}
+%<@@=alloc>
+%    \end{macrocode}
+%
 % A small amount of generic code is used by almost all \LuaTeX{} material so
 % needs to be loaded by the format.
 %    \begin{macrocode}
-attribute_count_name = "g__alloc_attribute_int"
-bytecode_count_name  = "g__alloc_bytecode_int"
-chunkname_count_name = "g__alloc_chunkname_int"
-whatsit_count_name   = "g__alloc_whatsit_int"
+attribute_count_name = "g_@@_attribute_int"
+bytecode_count_name  = "g_@@_bytecode_int"
+chunkname_count_name = "g_@@_chunkname_int"
+whatsit_count_name   = "g_@@_whatsit_int"
 require("ltluatex")
 %    \end{macrocode}
 %





More information about the latex3-commits mailing list