bison/data glr.c
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Branch: Changes by: Paul Eggert <[email protected]> 03/06/19 04:45:16 Modified files: data : glr.c Log message: (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 <http://mail.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/glr.c.diff?tr1=1.58&tr2=1.59&r1=text&r2=text