[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct some @@ syntax (ad940edeb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jan 12 15:16:18 CET 2021
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/ad940edeb72211eb5b1ecb2612baa843675cfa5c
>---------------------------------------------------------------
commit ad940edeb72211eb5b1ecb2612baa843675cfa5c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jan 12 14:16:13 2021 +0000
Correct some @@ syntax
>---------------------------------------------------------------
ad940edeb72211eb5b1ecb2612baa843675cfa5c
l3backend/l3backend-color.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 74a27d225..f84f9f881 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -186,11 +186,11 @@
% \begin{macrocode}
\int_compare:nNnF \c__kernel_sys_dvipdfmx_version_int < { 20201111 }
{
- \int_new:N \g__color_stack_int
+ \int_new:N \g_@@_stack_int
\cs_new_protected:Npx \__kernel_color_stack_init:Nnn #1#2#3
{
- \int_gincr:N \exp_not:N \g__color_stack_int
- \int_const:Nn #1 { \exp_not:N \g__color_stack_int }
+ \int_gincr:N \exp_not:N \g_@@_stack_int
+ \int_const:Nn #1 { \exp_not:N \g_@@_stack_int }
\cs_if_exist:NTF \AtBeginDvi
{ \exp_not:N \AtBeginDvi }
{ \exp_not:N \use:n }
@@ -198,7 +198,7 @@
\__kernel_backend_literal:x
{
pdfcolorstackinit ~
- \exp_not:N \int_use:N \exp_not:N \g__color_stack_int
+ \exp_not:N \int_use:N \exp_not:N \g_@@_stack_int
\c_space_tl
\exp_not:N \tl_if_blank:nF {#2} { #2 ~ }
(#3)
More information about the latex3-commits
mailing list.