bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Bug#168689: makeinfo seg-faults on "\def\x{}".]


From: Karl Berry
Subject: Re: address@hidden: Bug#168689: makeinfo seg-faults on "\def\x{}".]
Date: Tue, 12 Nov 2002 19:35:37 -0500

    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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]