[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed an int (c6f1fd185)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jan 15 11:03:29 CET 2021


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

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

commit c6f1fd18503692e92413645857e4f768a44ab193
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jan 15 10:03:29 2021 +0000

    Missed an int


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

c6f1fd18503692e92413645857e4f768a44ab193
 l3backend/l3backend-color.dtx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 8ba43f066..02786353a 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -180,13 +180,15 @@
 %    \end{macrocode}
 %
 % \begin{macro}{\@@_backend_stack_init:Nnn}
-% \begin{variable}{\g_@@_backend_stack_int, \c_@@_backend_main_stack_int}
+% \begin{variable}
+%   {\l_@@_backend_stack_int, \g_@@_backend_stack_int, \c_@@_backend_main_stack_int}
 %   In \texttt{(x)dvipdfmx}, the base color stack is not set up, so we have to
 %   force that, as well as providing a mechanism more generally.
 %    \begin{macrocode}
 \int_compare:nNnTF \c__kernel_sys_dvipdfmx_version_int < { 20201111 }
   { \cs_new_protected:Npn \@@_backend_stack_init:Nnn #1#2#3 { } }
   {
+    \int_new:N \l_@@_backend_stack_int
     \int_new:N \g_@@_backend_stack_int
     \cs_new_protected:Npx \@@_backend_stack_init:Nnn #1#2#3
       {





More information about the latex3-commits mailing list.