diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-23 11:47:46 +0100 |
---|---|---|
committer | Akim Demaille <demaille@gostai.com> | 2012-01-25 08:50:14 +0100 |
commit | c373ab641b69a25bfd5f18b6e4243a7feada5aaf (patch) | |
tree | 92ef8b0b2143cd9e21395e61094366fc5f16dcca /THANKS | |
parent | b3597047475134a08eaf301d62c2e61b332690a9 (diff) | |
download | bison-c373ab641b69a25bfd5f18b6e4243a7feada5aaf.tar.gz |
build: avoid possibly-replaced fprintf in liby-source, yyerror.c
* lib/yyerror.c (yyerror): Use fputs and fputc rather than fprintf
with a mere "%s\n" format. Always return 0 now, on the assumption
that the return value was never used anyway.
Don't include <config.h> after all. This avoids a problem
reported by Thiru Ramakrishnan in
http://lists.gnu.org/archive/html/help-bison/2011-11/msg00000.html
* cfg.mk: Exempt lib/yyerror.c from the sc_require_config_h_first test.
* THANKS: Update.
(cherry picked from commit fb9eea88856d73a5f25295a52f6d4df7fabc565b)
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ Sergei Steshenko sergstesh@yahoo.com Shura debil_urod@ngs.ru Steve Murphy murf@parsetree.com Summum Bonum sum@geekhouse.org +Thiru Ramakrishnan thiru.ramakrishnan@gmail.com Tim Josling tej@melbpc.org.au Tim Landscheidt tim@tim-landscheidt.de Tim Van Holder tim.van.holder@pandora.be |