Mail Archives: djgpp-workers/1996/11/11/06:07:23
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 -