texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo makeinfo.c,1.50,1.51


From: dirt
Subject: texinfo/makeinfo makeinfo.c,1.50,1.51
Date: Fri, 27 Feb 2004 06:27:08 +0100

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

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

        * makeinfo/makeinfo.c (execute_string): moved state updates below
        insertion and element stack checks, so any code executed in those
        checks will be aware of executing_string.



Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** makeinfo.c  27 Feb 2004 03:29:47 -0000      1.50
--- makeinfo.c  27 Feb 2004 05:27:06 -0000      1.51
***************
*** 3907,3914 ****
    free (input_filename);
  
-   popfile ();
-   executing_string--;
-   es->in_use = 0;
- 
    /* If insertion stack level changes during execution, that means a multiline
       command is used inside braces or @section ... kind of commands.  */
--- 3907,3910 ----
***************
*** 3933,3936 ****
--- 3929,3936 ----
          xml_end_para ();
      }
+ 
+   popfile ();
+   executing_string--;
+   es->in_use = 0;
  }
  



reply via email to

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