[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: Manual \newif (it is defined later) (c8deed50)
PhelypeOleinik
phelype.oleinik at latex-project.org
Wed Mar 10 20:04:33 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh479
Link : https://github.com/latex3/latex2e/commit/c8deed500de2fdd61ae1d12cf351e8a463744889
>---------------------------------------------------------------
commit c8deed500de2fdd61ae1d12cf351e8a463744889
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Wed Mar 10 16:04:33 2021 -0300
Manual \newif (it is defined later)
>---------------------------------------------------------------
c8deed500de2fdd61ae1d12cf351e8a463744889
base/ltvers.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/base/ltvers.dtx b/base/ltvers.dtx
index f73b5d69..776a4700 100644
--- a/base/ltvers.dtx
+++ b/base/ltvers.dtx
@@ -336,10 +336,11 @@
% either, because the module might have changes we still want applied,
% so a more detailed cherry-picking of code chunks have to be done.
%
-%
-% \changes{v1.0f}{2021/03/10}{Added \cs{NewModuleRelease}.}
+% \changes{v1.1f}{2021/03/10}{Added \cs{NewModuleRelease}.}
% \begin{macrocode}
-\newif\if at skipping@module
+\let\if at skipping@module\iffalse
+\def\@skipping at moduletrue{\let\if at skipping@module\iftrue}
+\def\@skipping at modulefalse{\let\if at skipping@module\iffalse}
\def\NewModuleRelease#1#2{%
\edef\new at modulename{#1}%
\edef\new at moduledate{#2}%
More information about the latex3-commits
mailing list.