[latex3-commits] [git/LaTeX3-latex3-latex3] master: delete duplicate int_new (24a1ee21a)

Ulrike Fischer fischer at troubleshooting-tex.de
Sat Jan 16 22:43:00 CET 2021


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

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

commit 24a1ee21a547fbfe5f72fcd6216bca62005fbe2d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Jan 16 22:43:00 2021 +0100

    delete duplicate int_new


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

24a1ee21a547fbfe5f72fcd6216bca62005fbe2d
 l3backend/l3backend-color.dtx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index fe5bc6d50..25318b678 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -181,14 +181,13 @@
 %
 % \begin{macro}{\@@_backend_stack_init:Nnn}
 % \begin{variable}
-%   {\l_@@_backend_stack_int, \g_@@_backend_stack_int, \c_@@_backend_main_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.