texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo makeinfo.c,1.53,1.54


From: dirt
Subject: texinfo/makeinfo makeinfo.c,1.53,1.54
Date: Sun, 29 Feb 2004 03:03:13 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv17818/makeinfo

Modified Files:
        makeinfo.c 
Log Message:
2004-02-29  Alper Ersoy  <address@hidden>

        * makeinfo/makeinfo.c (execute_string): removed XML tag balance
        checks.



Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** makeinfo.c  28 Feb 2004 12:55:57 -0000      1.53
--- makeinfo.c  29 Feb 2004 02:03:11 -0000      1.54
***************
*** 3891,3897 ****
    va_list ap;
  #endif
-   extern int xml_in_para;
-   int xml_element_stack_start = 0;
-   int xml_para_at_start = xml_in_para;
    int insertion_level_at_start = insertion_level;
  
--- 3891,3894 ----
***************
*** 3913,3918 ****
    input_filename = xstrdup (input_filename);
    input_text_length = strlen (temp_string);
-   if (xml)
-     xml_element_stack_start = xml_current_stack_index ();
  
    executing_string++;
--- 3910,3913 ----
***************
*** 3931,3944 ****
        while (insertion_level > insertion_level_at_start)
          pop_insertion ();
-     }
- 
-   /* A similar check is also applicable to XML and Docbook formats.  Though we
-      silently balance the tags instead of complaining.  */
-   if (xml)
-     {
-       while (xml_current_stack_index () > xml_element_stack_start)
-         xml_end_current_element ();
-       if (!xml_para_at_start)
-         xml_end_para ();
      }
  
--- 3926,3929 ----



reply via email to

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