summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrahnds <>1997-01-09 03:19:01 +0000
committerrahnds <>1997-01-09 03:19:01 +0000
commitf8953640b655af43a4ee7a6448038e8c3fe37076 (patch)
treea1a1690d9650cf5c5ca0b558b07ed39be0e86097
parentf91377cb68a99ddfc5e1e8936f4e360641981d6d (diff)
downloadopenbsd-f8953640b655af43a4ee7a6448038e8c3fe37076.tar.gz
openbsd-f8953640b655af43a4ee7a6448038e8c3fe37076.tar.bz2
openbsd-f8953640b655af43a4ee7a6448038e8c3fe37076.zip
port is powerpc not, ppc.
Make the defines so.
-rw-r--r--src/lib/libc/stdlib/strtod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtod.c b/src/lib/libc/stdlib/strtod.c
index 002654f8e1..5ee50867a9 100644
--- a/src/lib/libc/stdlib/strtod.c
+++ b/src/lib/libc/stdlib/strtod.c
@@ -90,12 +90,12 @@
90 */ 90 */
91 91
92#if defined(LIBC_SCCS) && !defined(lint) 92#if defined(LIBC_SCCS) && !defined(lint)
93static char *rcsid = "$OpenBSD: strtod.c,v 1.7 1996/12/21 21:14:44 rahnds Exp $"; 93static char *rcsid = "$OpenBSD: strtod.c,v 1.8 1997/01/09 03:19:01 rahnds Exp $";
94#endif /* LIBC_SCCS and not lint */ 94#endif /* LIBC_SCCS and not lint */
95 95
96#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ 96#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
97 defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ 97 defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
98 defined(__ppc__) 98 defined(__powerpc__)
99#include <sys/types.h> 99#include <sys/types.h>
100#if BYTE_ORDER == BIG_ENDIAN 100#if BYTE_ORDER == BIG_ENDIAN
101#define IEEE_BIG_ENDIAN 101#define IEEE_BIG_ENDIAN