texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo insertion.c,1.38,1.39


From: dirt
Subject: texinfo/makeinfo insertion.c,1.38,1.39
Date: Fri, 9 Apr 2004 15:09:57 +0200

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

Modified Files:
        insertion.c 
Log Message:
2004-04-09  Alper Ersoy  <address@hidden>

        * makeinfo/insertion.c (begin_insertion): after @copying, do not
        discard until a newline if we are looking at one.
        (end_insertion): decrement input line number after @end copying.



Index: insertion.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/insertion.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** insertion.c 6 Apr 2004 21:27:32 -0000       1.38
--- insertion.c 9 Apr 2004 13:09:54 -0000       1.39
***************
*** 511,514 ****
--- 511,515 ----
             typically used on the back of the @titlepage (for TeX) and
             the Top node (for info/html).  */
+       if (input_text[input_text_offset] != '\n')
          discard_until ("\n"); /* ignore remainder of @copying line */
  
***************
*** 1049,1052 ****
--- 1050,1056 ----
        /* Insertions which have no effect on paragraph formatting. */
      case copying:
+       line_number--;
+       break;
+ 
      case documentdescription:
      case ifclear:



reply via email to

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