texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo cmds.c,1.29,1.30


From: dirt
Subject: texinfo/makeinfo cmds.c,1.29,1.30
Date: Thu, 12 Feb 2004 22:29:43 +0100

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

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

        * makeinfo/cmds.c (cm_verb): end @verb only if delimiter is followed
        by a closing brace.



Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** cmds.c      7 Feb 2004 11:37:42 -0000       1.29
--- cmds.c      12 Feb 2004 21:29:41 -0000      1.30
***************
*** 1079,1083 ****
          add_word ("&amp;");
  
!       else if (character == delimiter)
        { /* Assume no newlines in END_VERBATIM. */
          seen_end = 1;
--- 1079,1083 ----
          add_word ("&amp;");
  
!       else if (character == delimiter && input_text[input_text_offset+1] == 
'}')
        { /* Assume no newlines in END_VERBATIM. */
          seen_end = 1;



reply via email to

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