[latex3-commits] [git/LaTeX3-latex3-latex3] master: Only need to track cctab number in IniTeX mode (a55a893)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Oct 1 22:32:42 CEST 2018


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

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

commit a55a893faf038677e5938cf91a6f654549500917
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Oct 1 08:17:58 2018 +0100

    Only need to track cctab number in IniTeX mode


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

a55a893faf038677e5938cf91a6f654549500917
 l3experimental/l3cctab/l3cctab.dtx                     |    2 ++
 l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg |    1 -
 l3experimental/l3cctab/testfiles/m3cctab000.tlg        |    1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3experimental/l3cctab/l3cctab.dtx b/l3experimental/l3cctab/l3cctab.dtx
index 937f2a4..4508821 100644
--- a/l3experimental/l3cctab/l3cctab.dtx
+++ b/l3experimental/l3cctab/l3cctab.dtx
@@ -146,8 +146,10 @@
 %   tables need to be followed. There is also a sequence stack for the
 %   dynamic tables themselves.
 %    \begin{macrocode}
+%<*initex>
 \int_new:N  \g_@@_allocate_int
 \int_gset:Nn \g_@@_allocate_int { -1 }
+%</initex>
 \int_new:N \g_@@_stack_int
 \seq_new:N \g_@@_stack_seq
 %    \end{macrocode}
diff --git a/l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg b/l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg
index 4afda93..2b6fc4d 100644
--- a/l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg
+++ b/l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg
@@ -3,7 +3,6 @@ Don't change this file in any respect.
 Author: Joseph Wright
 (l3cctab.sty
 Package: l3cctab ....-..-.. L3 Experimental category code tables
-\g__cctab_allocate_int=\count...
 \g__cctab_stack_int=\count...
 \c_code_cctab=\catcodetable...
 )
diff --git a/l3experimental/l3cctab/testfiles/m3cctab000.tlg b/l3experimental/l3cctab/testfiles/m3cctab000.tlg
index c3e851d..a1ac5a9 100644
--- a/l3experimental/l3cctab/testfiles/m3cctab000.tlg
+++ b/l3experimental/l3cctab/testfiles/m3cctab000.tlg
@@ -3,6 +3,5 @@ Don't change this file in any respect.
 Author: Joseph Wright
 (l3cctab.sty
 Package: l3cctab ....-..-.. L3 Experimental category code tables
-\g__cctab_allocate_int=\count...
 \g__cctab_stack_int=\count...
 )





More information about the latex3-commits mailing list