commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/output.c


From: Akim Demaille
Subject: bison ./ChangeLog src/output.c
Date: Sun, 07 Apr 2002 13:40:56 -0400

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  02/04/07 13:40:56

Modified files:
        .              : ChangeLog 
        src            : output.c 

Log message:
        Be sure never to walk through RITEMS, but use only data related to
        the rules themselves. RITEMS should be banished.
        * src/output.c (output_token_translations): Rename as...
        (prepare_tokens): this.
        In addition to `translate', prepare the muscles `tname' and
        `toknum', which were handled by...
        (output_rule_data): this.
        Remove, and move the remainder of its outputs into...
        (prepare_rules): this new routines, which also merges content from
        (output_gram): this.
        (prepare_rules): Be sure never to walk through RITEMS.
        (output_stos): Rename as...
        (prepare_stos): this.
        (output): Always invoke prepare_states, after all, just don't use it
        in the output if you don't need it.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.607&tr2=1.608&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/output.c.diff?tr1=1.138&tr2=1.139&r1=text&r2=text




reply via email to

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