commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/LR0.c src/state.h


From: Akim Demaille
Subject: bison ./ChangeLog src/LR0.c src/state.h
Date: Mon, 10 Dec 2001 04:09:49 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/12/10 04:09:49

Modified files:
        .              : ChangeLog 
        src            : LR0.c state.h 

Log message:
        Now that states have a complete set of members, the linked list of
        shifts is useless: just fill directly the state's shifts member.
        * src/state.h (shifts): Remove the `next' member.
        * src/LR0.c (first_state, last_state): Remove.
        Adjust the callers.
        (augment_automaton): Don't look for the shifts that must be added
        a shift on EOF: it is those of the state we looked for!  But now,
        since shifts are attached, it is no longer needed to looking
        merely by its id: its number.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.392&tr2=1.393&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/LR0.c.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/state.h.diff?tr1=1.12&tr2=1.13&r1=text&r2=text




reply via email to

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