Date: Mon, 11 Nov 1996 11:54:45 +0100 (MET) From: Robert Hoehne To: DJGPP workers Cc: Eli Zaretskii Subject: Bug in makeinfo Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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);