diff options
author | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-17 02:10:30 +0000 |
---|---|---|
committer | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-17 02:10:30 +0000 |
commit | bf26a763c1e776702d048ac9aeb54e4a8f236142 (patch) | |
tree | ec8bc8970ee5c778686fb6fbdce8f6ac79e40527 /libio/libio.h | |
parent | 76fdac58e75c849ff30065a3a8659e16fb1fac33 (diff) | |
download | gcc-bf26a763c1e776702d048ac9aeb54e4a8f236142.tar.gz |
Fix all problems reported by the test suite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15505 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/libio.h')
-rw-r--r-- | libio/libio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libio/libio.h b/libio/libio.h index 10fcfed230d..2eec1c27a52 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -71,6 +71,9 @@ # define const #endif #define _IO_UNIFIED_JUMPTABLES 1 +#ifndef _G_HAVE_PRINTF_FP +# define _IO_USE_DTOA 1 +#endif #if 0 # ifdef _IO_NEED_STDARG_H |