From 1318e37d587d59dd1137aea238d3b6d952ba3676 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 14 Oct 2002 08:07:01 +0000 Subject: [PATCH] * 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5f48a430..402e38b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-10-14 Paul Eggert + + * 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. + 2002-10-13 Paul Eggert * data/yacc.c (yyparse): Rewrite to avoid "comparison is always -- 2.47.2