commit-bison
[Top][All Lists]
Advanced

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

bison/data glr.c


From: Paul Eggert
Subject: bison/data glr.c
Date: Mon, 12 Aug 2002 10:02:32 -0400

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    02/08/12 10:02:32

Modified files:
        data           : glr.c 

Log message:
        Include string.h, for strlen.
        (yyreportParseError): Use size_t for yysize.
        (yy_yypstack): No longer nested inside yypstates, as nested
        functions are not portable.  Do not assume size_t is the
        same width as int.
        (yypstates): Do not assume that ptrdiff_t is the same width
        as int, and similarly for yyposn and YYINDEX.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/glr.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text





reply via email to

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