mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
Check for close failures. * src/files.h (xfclose): Return void, not int, since it always returned zero. * src/files.c (xfclose): Likewise. Report I/O error if ferror indicates one. * src/output.c (output_skeleton): Use xfclose rather than fclose and ferror. xfclose now checks ferror. * data/glr.c (YYLEFTMOST_STATE): Remove. (yyreportTree): Use a stack-based leftmost state. This avoids our continuing battles with bogus warnings about initializers.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2002-10-30 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
|
||||
Check for close failures.
|
||||
* src/files.h (xfclose): Return void, not int, since it always
|
||||
returned zero.
|
||||
* src/files.c (xfclose): Likewise. Report I/O error if ferror
|
||||
indicates one.
|
||||
* src/output.c (output_skeleton): Use xfclose rather than fclose
|
||||
and ferror. xfclose now checks ferror.
|
||||
|
||||
* data/glr.c (YYLEFTMOST_STATE): Remove.
|
||||
(yyreportTree): Use a stack-based leftmost state. This avoids
|
||||
our continuing battles with bogus warnings about initializers.
|
||||
|
||||
2002-10-30 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
|
||||
|
||||
Reference in New Issue
Block a user