Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-04-24 15:26:41 +0400
committerNick Clifton <nickc@redhat.com>2008-04-24 15:26:41 +0400
commit51bef6a9c6fb80b8a452a1414adbdf9f3aef7f61 (patch)
tree1fc66c68fc225495368074d083762c65888c7cef /newlib/libc
parentfb09b156d08a7a0764048f9957a4b888469a97a9 (diff)
* libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITS
should be _DOUBLE_IS_32BITS.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/machine/ieeefp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/ieeefp.h b/newlib/libc/include/machine/ieeefp.h
index b7f0b0d2f..9384a8781 100644
--- a/newlib/libc/include/machine/ieeefp.h
+++ b/newlib/libc/include/machine/ieeefp.h
@@ -38,7 +38,7 @@
whereby multiple words of an IEEE floating point are in big endian order, but the
words themselves are little endian with respect to the bytes.
- _DOUBLE_IS_32_BITS
+ _DOUBLE_IS_32BITS
This is used on platforms that support double by using the 32-bit IEEE
float type.