diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-06 22:04:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-06 22:04:57 +0000 |
commit | 1e38cd4b45c93bd4d0e36e7cfb12fb1a8feb02c4 (patch) | |
tree | 382415facdb42be2fde175053880a5a1c22ba82e /Master/texmf-dist/source/latex/l3kernel/l3int.dtx | |
parent | b41749959c73e2c85e711c0d8f98829cb74af6dd (diff) |
l3kernel (5jan19)
git-svn-id: svn://tug.org/texlive/trunk@49620 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3int.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3int.dtx | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx index f9d75e4c7b6..30e5841cc26 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: l3int.dtx Copyright (C) 1990-2018 The LaTeX3 Project +%% File: l3int.dtx Copyright (C) 1990-2019 The LaTeX3 Project % % It may be distributed and/or modified under the conditions of the % LaTeX Project Public License (LPPL), either version 1.3c of this @@ -41,7 +41,7 @@ % }^^A % } % -% \date{Released 2018-12-12} +% \date{Released 2019-01-01} % % \maketitle % @@ -2557,26 +2557,6 @@ % % \subsection{Deprecated} % -% \begin{variable}[deprecated = 2018-12-31]{\c_minus_one} -% The actual allocation mechanism is in \pkg{l3alloc}. -% In package mode, reuse \tn{m@ne}. -% We also store in two global token lists some code for -% \cs{debug_on:n} \texttt{\{deprecation\}} and \cs{debug_off:n} -% \texttt{\{deprecation\}}. For the -% latter, we need to locally set \cs{c_minus_one} back to the constant -% hence use a private name. We use \cs{tex_let:D} directly because -% \cs{c_minus_one} (as all deprecated commands) is made outer by -% \cs{debug_on:n} \texttt{\{deprecation\}}. -% \begin{macrocode} -%<package>\cs_gset_eq:NN \c_@@_minus_one \m@ne -%<initex>\int_const:Nn \c_@@_minus_one { -1 } -\cs_new_eq:NN \c_minus_one \c_@@_minus_one -\__kernel_deprecation_code:nn - { \__kernel_deprecation_error:Nnn \c_minus_one { -1 } { 2018-12-31 } } - { \tex_let:D \c_minus_one \c_@@_minus_one } -% \end{macrocode} -% \end{variable} -% % \begin{variable}[deprecated = 2019-12-31] % { % \c_zero, \c_one, \c_two, \c_three, \c_four, \c_five, \c_six, |