Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1689 → Rev 1688

/shark/trunk/libc/stdio/vfprintf.c
35,7 → 35,7
*/
 
/* MODIFIED:
* --added include <arch/math.h>
* --added include <ll/math.h>
* --initialization to prevent warnings
*/
 
82,18 → 82,18
# undef _ANSI_SOURCE
# if defined(_POSIX_SOURCE)
# undef _POSIX_SOURCE
# include <arch/math.h>
# include <ll/math.h>
# define _POSIX_SOURCE
# else
# include <arch/math.h>
# include <ll/math.h>
# endif
# define _ANSI_SOURCE
# elif defined(_POSIX_SOURCE)
# undef _POSIX_SOURCE
# include <arch/math.h>
# include <ll/math.h>
# define _POSIX_SOURCE
# else
# include <arch/math.h>
# include <ll/math.h>
# endif
#endif