texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (process_remai


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): Add a comment.
Date: Mon, 29 Aug 2022 15:41:48 -0400

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 5aab7509c7 *  tp/Texinfo/XS/parsetexi/parser.c 
(process_remaining_on_line): Add a comment.
5aab7509c7 is described below

commit 5aab7509c7095aa9c5e9ca2782be17702d17aa9c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Aug 29 20:41:40 2022 +0100

    *  tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line):
    Add a comment.
---
 ChangeLog                        | 5 +++++
 tp/Texinfo/XS/parsetexi/parser.c | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index fe4f3d84ed..02ef47e8cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-29  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       *  tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line):
+       Add a comment.
+
 2022-08-29  Patrice Dumas  <pertusus@free.fr>
 
        Hanle brace @-command before opening brace with another command
diff --git a/tp/Texinfo/XS/parsetexi/parser.c b/tp/Texinfo/XS/parsetexi/parser.c
index 99aa7adc5d..694ca320a1 100644
--- a/tp/Texinfo/XS/parsetexi/parser.c
+++ b/tp/Texinfo/XS/parsetexi/parser.c
@@ -1428,6 +1428,9 @@ superfluous_arg:
                       expanded_line++; /* past '}' */
                       input_push_text (strdup (expanded_line), 
current_source_info.macro);
                       input_push_text (strdup (value), 
current_source_info.macro);
+
+                      /* Move 'line' to end of string so next input to
+                         be processed is taken from input stack. */
                       line = expanded_line + strlen (expanded_line);
                       retval = STILL_MORE_TO_PROCESS;
                     }



reply via email to

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