* config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Oct 2005 23:23:50 +0000 (23:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Oct 2005 23:23:50 +0000 (23:23 +0000)
commit0e56d268c07233446ac6171d32bf1a5a41fdbea0
tree123dcc33e35e2dd542724dea3326c7d402a9b1ae
parentb9e4e1bfc4ba0b133f72e20f23989352d4667085
* config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
* lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
include <wchar.h>; no longer needed.
* lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
instead of inline stream orientation test and two separate
function calls.  Pay no attention to USE_IN_LIBIO.
* lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
macro argument.
Reported by Matej Vela <vela@debian.org>.
config/ChangeLog
config/srclist.txt
lib/ChangeLog
lib/obstack.c
lib/obstack.h