texinfo-commits
[Top][All Lists]
Advanced

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

[7399] parsetexi update


From: gavinsmith0123
Subject: [7399] parsetexi update
Date: Tue, 20 Sep 2016 16:10:58 +0000 (UTC)

Revision: 7399
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7399
Author:   gavin
Date:     2016-09-20 16:10:58 +0000 (Tue, 20 Sep 2016)
Log Message:
-----------
parsetexi update

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

Modified: trunk/tp/parsetexi/end_line.c
===================================================================
--- trunk/tp/parsetexi/end_line.c       2016-09-20 16:00:08 UTC (rev 7398)
+++ trunk/tp/parsetexi/end_line.c       2016-09-20 16:10:58 UTC (rev 7399)
@@ -1663,6 +1663,7 @@
     }
   else
     {
+      /* All the other "line" commands" */
       ELEMENT *misc_content;
 
       misc_content = trim_spaces_comment_from_content 
@@ -1691,21 +1692,18 @@
               // 3273 possibly check for @def... command
             }
 
-        }
 
-      /* All the other "line" commands" */
-      // 3273 - warning about missing argument
+          /* Index commands */
+          if (command_flags(current) & CF_index_entry_command)
+            {
+              ELEMENT *contents;
+              contents = last_args_child(current);
 
-      /* Index commands */
-      if (command_flags(current) & CF_index_entry_command)
-        {
-          ELEMENT *contents;
-          contents = last_args_child(current);
-
-          // 3274
-          enter_index_entry (current->cmd, current->cmd, current,
-                             misc_content);
-          current->type = ET_index_entry_command;
+              // 3274
+              enter_index_entry (current->cmd, current->cmd, current,
+                                 misc_content);
+              current->type = ET_index_entry_command;
+            }
         }
     }
 




reply via email to

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