texinfo-commits
[Top][All Lists]
Advanced

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

[7128] parsetexi check_no_text


From: Gavin D. Smith
Subject: [7128] parsetexi check_no_text
Date: Sun, 24 Apr 2016 11:35:43 +0000

Revision: 7128
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7128
Author:   gavin
Date:     2016-04-24 11:35:42 +0000 (Sun, 24 Apr 2016)
Log Message:
-----------
parsetexi check_no_text

Modified Paths:
--------------
    trunk/tp/parsetexi/handle_commands.c
    trunk/tp/parsetexi/handle_commands.h

Modified: trunk/tp/parsetexi/handle_commands.c
===================================================================
--- trunk/tp/parsetexi/handle_commands.c        2016-04-24 11:14:30 UTC (rev 
7127)
+++ trunk/tp/parsetexi/handle_commands.c        2016-04-24 11:35:42 UTC (rev 
7128)
@@ -44,7 +44,7 @@
 // 1352
 /* Check that there are no text holding environments (currently
    checking only paragraphs and preformatted) in contents. */
-static int
+int
 check_no_text (ELEMENT *current)
 {
   int after_paragraph = 0;

Modified: trunk/tp/parsetexi/handle_commands.h
===================================================================
--- trunk/tp/parsetexi/handle_commands.h        2016-04-24 11:14:30 UTC (rev 
7127)
+++ trunk/tp/parsetexi/handle_commands.h        2016-04-24 11:35:42 UTC (rev 
7128)
@@ -5,3 +5,4 @@
                       enum command_id cmd_id, int *new_line);
 ELEMENT *handle_brace_command (ELEMENT *current, char **line_inout,
                                enum command_id cmd_id);
+int check_no_text (ELEMENT *current);




reply via email to

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