bug-bison
[Top][All Lists]
Advanced

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

Re: ver 1.50 crashes


From: Akim Demaille
Subject: Re: ver 1.50 crashes
Date: 14 Oct 2002 13:37:48 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * src/tables.c (table_ninf_remap): base -> tab.
        Reported by Matt Rosing.

Index: THANKS
===================================================================
RCS file: /cvsroot/bison/bison/THANKS,v
retrieving revision 1.49
diff -u -u -r1.49 THANKS
--- THANKS 13 Oct 2002 14:25:14 -0000 1.49
+++ THANKS 14 Oct 2002 11:37:08 -0000
@@ -33,6 +33,7 @@
 Marc Autret               address@hidden
 Martin Mokrejs            address@hidden
 Matt Kraai                address@hidden
+Matt Rosing               address@hidden
 Michael Hayes             address@hidden
 Mike Castle               address@hidden
 Neil Booth                address@hidden
Index: src/tables.c
===================================================================
RCS file: /cvsroot/bison/bison/src/tables.c,v
retrieving revision 1.7
diff -u -u -r1.7 tables.c
--- src/tables.c 13 Oct 2002 18:50:40 -0000 1.7
+++ src/tables.c 14 Oct 2002 11:37:08 -0000
@@ -774,7 +774,7 @@
 
   for (i = 0; i < size; i++)
     if (tab[i] < res && tab[i] != ninf)
-      res = base[i];
+      res = tab[i];
 
   --res;
 




reply via email to

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