delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1996/11/11/06:07:23

Date: Mon, 11 Nov 1996 11:54:45 +0100 (MET)
From: Robert Hoehne <robert DOT hoehne AT mathematik DOT tu-chemnitz DOT de>
To: DJGPP workers <djgpp-workers AT delorie DOT com>
Cc: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
Subject: Bug in makeinfo
Message-Id: <Pine.HPP.3.95.961111115001.3734F-100000@newton.mathematik.tu-chemnitz.de>
Mime-Version: 1.0

I found a little bug in makeinfo in handling the not
documented feature of using the '@unmacro' command.
All of you, who are not using this, don't need to
update makeinfo.

Hi Eli, can you send this little patch to the correct
place (FSF), because I think, it is betther when you
do it, because you made the port?

Robert

*** gnu/texinfo3.9/makeinfo/makeinfo.c~	Fri Oct 11 21:13:10 1996
--- gnu/texinfo3.9/makeinfo/makeinfo.c	Sat Nov  9 00:06:04 1996
*************** delete_macro (name)
*** 8623,8628 ****
--- 8623,8629 ----
        {
  	memmove (macro_list + i, macro_list + i + 1,
  	       ((macro_list_len + 1) - i) * sizeof (MACRO_DEF *));
+ 	macro_list_len--;
  	break;
        }
    return (def);

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019