summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-14 08:07:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-14 08:07:01 +0000
commit1318e37d587d59dd1137aea238d3b6d952ba3676 (patch)
treecd6cd92d84ac1c2c73f1fb2dada19cb7eb39a894
parent22a00a0cd2ec99009f439944e71d9f44f29c36ff (diff)
downloadbison-1318e37d587d59dd1137aea238d3b6d952ba3676.tar.gz
* 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.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f48a430..402e38b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-14 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <eggert@twinsun.com>
* data/yacc.c (yyparse): Rewrite to avoid "comparison is always