Subject: Bug#168689: makeinfo seg-faults on "\def\x{}".
Thanks for the report, here's the patch :).
*** makeinfo.c 12 Nov 2002 18:48:52 -0000 1.13
--- makeinfo.c 13 Nov 2002 00:34:10 -0000 1.14
***************
*** 2031,2037 ****
we can ignore its partner. */
if (!only_macro_expansion)
{
! if (!STREQ (command, "math"))
{
line_error (_("Misplaced %c"), '{');
remember_brace (misplaced_brace);
--- 2031,2037 ----
we can ignore its partner. */
if (!only_macro_expansion)
{
! if (command && !STREQ (command, "math"))
{
line_error (_("Misplaced %c"), '{');
remember_brace (misplaced_brace);
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo