/[texinfo]/texinfo/makeinfo/makeinfo.c
ViewVC logotype

Diff of /texinfo/makeinfo/makeinfo.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

*** texinfo/makeinfo/makeinfo.c	2004/06/06 14:04:12	1.60
--- texinfo/makeinfo/makeinfo.c	2004/07/03 12:48:22	1.61
***************
*** 1,5 ****
  /* makeinfo -- convert Texinfo source into other formats.
!    $Id: makeinfo.c,v 1.60 2004/06/06 14:04:12 karl Exp $
  
     Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
--- 1,5 ----
  /* makeinfo -- convert Texinfo source into other formats.
!    $Id: makeinfo.c,v 1.61 2004/07/03 12:48:22 karl Exp $
  
     Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
***************
*** 3934,3940 ****
  
    /* If insertion stack level changes during execution, that means a multiline
       command is used inside braces or @section ... kind of commands.  */
!   if (insertion_level_at_start != insertion_level)
      {
        line_error (_("Multiline command %c%s used improperly"),
            COMMAND_PREFIX,
--- 3934,3940 ----
  
    /* If insertion stack level changes during execution, that means a multiline
       command is used inside braces or @section ... kind of commands.  */
!   if (insertion_level_at_start != insertion_level && !executing_macro)
      {
        line_error (_("Multiline command %c%s used improperly"),
            COMMAND_PREFIX,

 

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26