texinfo-commits
[Top][All Lists]
Advanced

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

[7962] xs_abort_empty_line


From: gavinsmith0123
Subject: [7962] xs_abort_empty_line
Date: Fri, 22 Sep 2017 15:00:00 -0400 (EDT)

Revision: 7962
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7962
Author:   gavin
Date:     2017-09-22 14:59:59 -0400 (Fri, 22 Sep 2017)
Log Message:
-----------
xs_abort_empty_line

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/MiscXS/misc.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-09-22 18:54:35 UTC (rev 7961)
+++ trunk/ChangeLog     2017-09-22 18:59:59 UTC (rev 7962)
@@ -3,6 +3,8 @@
        * tp/Texinfo/Parser.pm (_abort_empty_line): Do not check for 
        'spaces_before_argument' element on parent element.  Rename a 
        variable.
+       * tp/Texinfo/MiscXS/misc.c (xs_abort_empty_line): Make the same 
+       change.
 
 2017-09-22  Gavin Smith  <address@hidden>
 

Modified: trunk/tp/Texinfo/MiscXS/misc.c
===================================================================
--- trunk/tp/Texinfo/MiscXS/misc.c      2017-09-22 18:54:35 UTC (rev 7961)
+++ trunk/tp/Texinfo/MiscXS/misc.c      2017-09-22 18:59:59 UTC (rev 7962)
@@ -153,14 +153,6 @@
           if (svp)
             {
               test_extra = (HV *) SvRV (*svp);
-              key = "spaces_before_argument";
-              svp = hv_fetch (test_extra, key, strlen (key), 0);
-              if (svp)
-                {
-                  if ((HV *) SvRV (*svp) == last_elt)
-                    goto found;
-                }
-
               key = "spaces_after_command";
               svp = hv_fetch (test_extra, key, strlen (key), 0);
               if (svp)




reply via email to

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