bison ChangeLog
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/10/14 04:07:01 Modified files: . : ChangeLog Log message: * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char, for portability to K&R hosts. Fix typo: signed char is guaranteed only to 127, not to 128. * data/glr.c (yysigned_char): New type. * data/yacc.c (yysigned_char): Likewise. * tests/regression.at (Web2c Actions): signed char -> yysigned_char. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.861&tr2=1.862&r1=text&r2=text