texinfo-commits
[Top][All Lists]
Advanced

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

[7075] parsetexi update


From: Gavin D. Smith
Subject: [7075] parsetexi update
Date: Mon, 28 Mar 2016 12:14:22 +0000

Revision: 7075
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7075
Author:   gavin
Date:     2016-03-28 12:14:22 +0000 (Mon, 28 Mar 2016)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/tp/parsetexi/api.c

Modified: trunk/tp/parsetexi/api.c
===================================================================
--- trunk/tp/parsetexi/api.c    2016-03-28 12:12:58 UTC (rev 7074)
+++ trunk/tp/parsetexi/api.c    2016-03-28 12:14:22 UTC (rev 7075)
@@ -186,9 +186,8 @@
 
   if (e->parent //) // && e->parent_type != route_not_in_tree)
     && e->type != ET_preamble_text
-    && e->type != ET_empty_spaces_after_close_brace
-    && e->type != ET_empty_spaces_before_argument) //FIXME :Set parent in
-                                                   // perl code
+    && e->type != ET_empty_spaces_after_close_brace) //FIXME :Set parent in
+                                                     // perl code
     {
       if (!e->parent->hv)
         e->parent->hv = newHV ();




reply via email to

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