]> git.saurik.com Git - bison.git/commit
* data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Jun 2003 08:45:55 +0000 (08:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Jun 2003 08:45:55 +0000 (08:45 +0000)
commit81fd08cad0f412656a3643ea2caed43dcfdff4a7
treeeed5e879cd1cd3f4a858db552901fa9943e90b84
parent08fc98e54496f7db44710f9c914664385119f9d1
* data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
yyreportTree): Do not assume that size_t is the same width as int,
when printing sizes.  Print sizes using an unsigned format.
ChangeLog