From: Paul Eggert Date: Thu, 19 Jun 2003 08:45:55 +0000 (+0000) Subject: * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce, X-Git-Tag: BISON-2_0~238 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/81fd08cad0f412656a3643ea2caed43dcfdff4a7 * 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. --- diff --git a/ChangeLog b/ChangeLog index 961ec529..0038c05c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-06-19 Paul Eggert + * 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. + Problem reported by Frank Heckenbach in + . + Port to Forte Developer 7 C compiler. * data/glr.c (struct YYLTYPE): If locations are not being used, declare a single dummy member, as empty structs do not conform