OSDN Git Service

* iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Oct 1997 22:52:19 +0000 (22:52 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Oct 1997 22:52:19 +0000 (22:52 +0000)
commit331da090ac8267991c6a93ec2435bc247d04f475
treebe266ef04e10f58b443b3ff1bb59d7f50b2ad52f
parentae2344e55cb7154a1706d4e90c1b6dbf0c3d4122
* iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.

... since it comes in defined, either 0 or 1

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15834 138bc75d-0d04-0410-961f-82ee72b054a4
libio/ChangeLog
libio/iostream.cc