[latex3-commits] [l3svn] branch master updated: Revert "l3build: Avoid e-TeX"
noreply at latex-project.org
noreply at latex-project.org
Thu Jun 22 18:18:09 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 6974ad1 Revert "l3build: Avoid e-TeX"
6974ad1 is described below
commit 6974ad11d2471515da9e90e521e4102694f58db2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jun 22 17:17:37 2017 +0100
Revert "l3build: Avoid e-TeX"
This reverts commit f4e6e256e2ccdfc469c9231b5dc12137b225158c.
Perhaps it would be easier just to require e-TeX ... will sort this
properly later on!
---
l3build/l3build.dtx | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 466f0f0..8ddca4d 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -1462,16 +1462,6 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\@onelevel at sanitize, \strip at prefix}
-% A couple of copies from \LaTeXe{}.
-% \begin{macrocode}
-\def\@onelevel at sanitize#1{%
- \edef#1{\expandafter\strip at prefix\meaning #1}%
-}
-\def\strip at prefix#1>{}
-% \end{macrocode}
-% \end{macro}
-%
% \begin{macro}
% {\SEPARATOR, \TEST, \TESTEXP, \TRUE, \FALSE, \YES, \NO, \NEWLINE}
% We are not starved for space in the log file output, so let's make it as
@@ -1485,9 +1475,7 @@
\long\def\TEST#1#2{%
\global\advance\gTESTint by 1 %
\SEPARATOR
- \def\@tempa{#1}%
- \@onelevel at sanitize\@tempa
- \LONGTYPEOUT{TEST \the\gTESTint: \@tempa}%
+ \LONGTYPEOUT{TEST \the\gTESTint: \detokenize{#1}}%
\SEPARATOR
\begingroup
\let\TYPE\LONGTYPEOUT
@@ -1499,10 +1487,8 @@
\long\def\TESTEXP#1#2{%
\global\advance\gTESTint by 1 %
\SEPARATOR
- \def\@tempa{#1}%
- \@onelevel at sanitize\@tempa
\LONGTYPEOUT{%
- TEST \the\gTESTint: \@tempa}%
+ TEST \the\gTESTint: \detokenize{#1}}%
\SEPARATOR
\begingroup
\long\def\TYPE##1{##1}%
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list