commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog data/c.m4 data/glr.c data/yacc.c


From: Akim Demaille
Subject: bison ./ChangeLog data/c.m4 data/glr.c data/yacc.c
Date: Sun, 20 Oct 2002 08:51:10 -0400

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  02/10/20 08:51:10

Modified files:
        .              : ChangeLog 
        data           : c.m4 glr.c yacc.c 

Log message:
        * data/c.m4 (b4_c_ansi_args): Recognize functions with no
        arguments and output `void'.
        (b4_c_function): Rename as...
        (b4_c_function_def): this.
        (b4_c_function_decl, b4_c_ansi_function_def)
        (b4_c_ansi_function_decl): New.
        Change the interpretation of the arguments: before `int, foo', now
        `int foo, foo'.
        * data/yacc.c (yyparse): Prototype and define thanks to these.
        Adjust b4_c_function_def uses.
        * data/glr.c (yyparse): Likewise, but ANSI only.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.881&tr2=1.882&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/c.m4.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/glr.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/yacc.c.diff?tr1=1.24&tr2=1.25&r1=text&r2=text





reply via email to

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