diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-03 17:14:05 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-03 17:14:05 +0000 |
commit | 090ca46ef1c6c51d0a538c77f5160ad0b597b738 (patch) | |
tree | d38107edb13b7a268b03db6f9529531ce632d5f5 /libio/libio.h | |
parent | 0870676df8614c521aaf39c094705f752521ce40 (diff) | |
download | ppe42-gcc-090ca46ef1c6c51d0a538c77f5160ad0b597b738.tar.gz ppe42-gcc-090ca46ef1c6c51d0a538c77f5160ad0b597b738.zip |
* iostream.cc, libio.h: Convert other uses of #ifdef
_G_HAVE_PRINTF_FP to #if.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/libio.h')
-rw-r--r-- | libio/libio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libio.h b/libio/libio.h index 3d7bce3c181..98d98c3249b 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -71,7 +71,7 @@ # define const #endif #define _IO_UNIFIED_JUMPTABLES 1 -#ifndef _G_HAVE_PRINTF_FP +#if !_G_HAVE_PRINTF_FP # define _IO_USE_DTOA 1 #endif |