texinfo-commits
[Top][All Lists]
Advanced

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

[7484] parsetexi update


From: gavinsmith0123
Subject: [7484] parsetexi update
Date: Mon, 31 Oct 2016 09:49:42 +0000 (UTC)

Revision: 7484
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7484
Author:   gavin
Date:     2016-10-31 09:49:42 +0000 (Mon, 31 Oct 2016)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/tp/parsetexi/Parsetexi.pm
    trunk/tp/parsetexi/parser.c

Modified: trunk/tp/parsetexi/Parsetexi.pm
===================================================================
--- trunk/tp/parsetexi/Parsetexi.pm     2016-10-30 19:28:52 UTC (rev 7483)
+++ trunk/tp/parsetexi/Parsetexi.pm     2016-10-31 09:49:42 UTC (rev 7484)
@@ -154,7 +154,6 @@
        # This is used by Texinfo::Report::gdt for substituted values
        for my $v (keys %{$conf->{'values'}}) {
          if (!ref($conf->{'values'}->{$v})) {
-            warn "v is $v", "\n";
            store_value ($v, $conf->{'values'}->{$v});
           } elsif (ref($conf->{'values'}->{$v}) eq 'HASH') {
             store_value ($v, "<<HASH VALUE>>");

Modified: trunk/tp/parsetexi/parser.c
===================================================================
--- trunk/tp/parsetexi/parser.c 2016-10-30 19:28:52 UTC (rev 7483)
+++ trunk/tp/parsetexi/parser.c 2016-10-31 09:49:42 UTC (rev 7484)
@@ -1236,7 +1236,8 @@
                   line++; /* past '}' */
                   input_push_text (strdup (line), line_nr.macro);
                   input_push_text (strdup (value), 0);
-                  retval = GET_A_NEW_LINE;
+                  line += strlen (line);
+                  retval = STILL_MORE_TO_PROCESS;
                 }
               goto funexit;
             }




reply via email to

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