]> git.saurik.com Git - bison.git/commit
* data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2002 08:07:01 +0000 (08:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2002 08:07:01 +0000 (08:07 +0000)
commit1318e37d587d59dd1137aea238d3b6d952ba3676
treecd6cd92d84ac1c2c73f1fb2dada19cb7eb39a894
parent22a00a0cd2ec99009f439944e71d9f44f29c36ff
* 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.
ChangeLog