2005-03-21 Nicholas Wourms <nwourms@netscape.net>

* libc/stdio/vfprintf.c: Move newlib.h before _WANT_IO_POS_ARGS test,
        since _WANT_IO_POS_ARGS is now defined in there.  Remove duplicate
        reent.h include.
This commit is contained in:
Jeff Johnston 2005-03-21 22:34:35 +00:00
parent 257e3d8e89
commit d4eb892018
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-03-21 Nicholas Wourms <nwourms@netscape.net>
* libc/stdio/vfprintf.c: Move newlib.h before _WANT_IO_POS_ARGS test,
since _WANT_IO_POS_ARGS is now defined in there. Remove duplicate
reent.h include.
2005-03-18 Hans-Peter Nilsson <hp@axis.com>
Corinna Vinschen <corinna@vinschen.de>

View File

@ -157,6 +157,7 @@ static char *rcsid = "$Id$";
*
* This code is large and complicated...
*/
#include <newlib.h>
#ifdef INTEGER_ONLY
#define VFPRINTF vfiprintf
@ -176,8 +177,6 @@ static char *rcsid = "$Id$";
#include <_ansi.h>
#include <reent.h>
#include <newlib.h>
#include <reent.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>