]> git.saurik.com Git - bison.git/commit
(b4_int_type): Use yysigned_char instead of signed char,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2002 08:06:33 +0000 (08:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Oct 2002 08:06:33 +0000 (08:06 +0000)
commit22a00a0cd2ec99009f439944e71d9f44f29c36ff
tree01a53c00a89b5a423214284700b449c8d923b15c
parent768eb43fe816c1617e13833df3b6dfd22f632fc4
(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/c.m4