]> git.saurik.com Git - bison.git/commit
Include string.h, for strlen.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:02:32 +0000 (14:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Aug 2002 14:02:32 +0000 (14:02 +0000)
commitcf126971ad414473f977aedc360ad6a72f84c4a8
tree3148dc6c25b331a30f473fbb7d6ec20f4538d1db
parentc896cfc95e6fff262745ad0e450c84bfa8d835f0
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.
data/glr.c