texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: update comments for removed XS overrides


From: Gavin D. Smith
Subject: branch master updated: update comments for removed XS overrides
Date: Mon, 27 Feb 2023 17:42:49 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new d6678a7d0f update comments for removed XS overrides
d6678a7d0f is described below

commit d6678a7d0fe739aa010717b4bd0515e6256510f0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Feb 27 22:42:42 2023 +0000

    update comments for removed XS overrides
---
 tp/Texinfo/ParserNonXS.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 640f9b0121..de461c606f 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -2133,7 +2133,6 @@ sub _close_commands($$$;$$)
 # content if it is also some text.
 # If $TRANSFER_MARKS_ELEMENT is given, also transfer mark sources
 # from that element.
-# NOTE - this sub has an XS override
 sub _merge_text {
   my ($self, $current, $text, $transfer_marks_element) = @_;
 
@@ -2677,7 +2676,6 @@ sub _pop_element_from_contents($$)
 # each time a new line appeared, a container is opened to hold the text
 # consisting only of spaces.  This container is removed here, typically
 # this is called when non-space happens on a line.
-# NOTE - this sub has an XS override
 sub _abort_empty_line {
   my ($self, $current, $additional_spaces) = @_;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]