From ad0a98ce24ee4a9a1664bbf5d04ed68668947414 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 2 Apr 2023 21:26:15 +0000 Subject: de-macro (2apr23) git-svn-id: svn://tug.org/texlive/trunk@66746 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/de-macro/de-macro | 4 +++- Master/texmf-dist/scripts/de-macro/de-macro | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Build/source/texk/texlive/linked_scripts/de-macro/de-macro b/Build/source/texk/texlive/linked_scripts/de-macro/de-macro index c5795fe891f..30dfc75e45c 100755 --- a/Build/source/texk/texlive/linked_scripts/de-macro/de-macro +++ b/Build/source/texk/texlive/linked_scripts/de-macro/de-macro @@ -6,6 +6,8 @@ Licensed under the Academic Free Licence version 2.1 DE-MACRO +Version 1.4.1 - A small typo corrected. + Version 1.4 - Luca Citi made it python2.7 and python3 compatible. Peter Gacs improved the parsing of \input{}, and made @ a letter in the style files. @@ -415,7 +417,7 @@ class Char_stream(Stream): including the % and all empty space after it. """ comment = "" - while self.uplegal() and "\n" != self .item: + while self.uplegal() and "\n" != self.item: comment += self.item self.next() while self.uplegal() and blank_re.match(self.item): diff --git a/Master/texmf-dist/scripts/de-macro/de-macro b/Master/texmf-dist/scripts/de-macro/de-macro index c5795fe891f..30dfc75e45c 100755 --- a/Master/texmf-dist/scripts/de-macro/de-macro +++ b/Master/texmf-dist/scripts/de-macro/de-macro @@ -6,6 +6,8 @@ Licensed under the Academic Free Licence version 2.1 DE-MACRO +Version 1.4.1 - A small typo corrected. + Version 1.4 - Luca Citi made it python2.7 and python3 compatible. Peter Gacs improved the parsing of \input{}, and made @ a letter in the style files. @@ -415,7 +417,7 @@ class Char_stream(Stream): including the % and all empty space after it. """ comment = "" - while self.uplegal() and "\n" != self .item: + while self.uplegal() and "\n" != self.item: comment += self.item self.next() while self.uplegal() and blank_re.match(self.item): -- cgit v1.2.3