1997-05-27 02:20  Ulrich Drepper  <drepper@cygnus.com>

	* stdio/obstream.c (obstack_printf): Fix bug in
	de-ansidecl-fication.
	Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
This commit is contained in:
Ulrich Drepper 1997-05-27 00:22:51 +00:00
parent ebbad4cc83
commit c12f5d3d34
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
1997-05-27 02:20 Ulrich Drepper <drepper@cygnus.com>
* stdio/obstream.c (obstack_printf): Fix bug in
de-ansidecl-fication.
Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1997-05-26 22:51 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Use AC_PROG_CC_LOCAL instead of AC_PROC_CC.

View File

@ -182,9 +182,7 @@ obstack_vprintf (obstack, format, args)
}
int
obstack_printf (obstack, format DOTS)
struct obstack *obstack;
const char *format;
obstack_printf (struct obstack *obstackm const char *format, ...)
{
int result;
va_list ap;