diff options
Diffstat (limited to 'newlib/libc/machine/spu/vscanf.c')
-rw-r--r-- | newlib/libc/machine/spu/vscanf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/vscanf.c b/newlib/libc/machine/spu/vscanf.c index 9abd007b8..90c879d65 100644 --- a/newlib/libc/machine/spu/vscanf.c +++ b/newlib/libc/machine/spu/vscanf.c @@ -41,6 +41,10 @@ Author: Joel Schopp <jschopp@austin.ibm.com> #include <varargs.h> #endif +#ifdef INTEGER_ONLY +# define vscanf viscanf +#endif + typedef struct { char* fmt; |