diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-28 20:49:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-08-28 20:49:25 +0000 |
commit | 455343e8913a80a848d260f9475d25213a754448 (patch) | |
tree | 2f7acc647f74d173bd25079f149cbd9ebf085b33 /lib | |
parent | c678653ff739ffa07de74fabc92eb54e7ffec8f4 (diff) |
define hppa as an ieee
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/strtod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index 36a0603fbfa..55d9e912249 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -90,12 +90,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strtod.c,v 1.11 1998/08/12 22:16:38 niklas Exp $"; +static char *rcsid = "$OpenBSD: strtod.c,v 1.12 1998/08/28 20:49:24 mickey Exp $"; #endif /* LIBC_SCCS and not lint */ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ - defined(__powerpc__) || defined(__m88k__) + defined(__powerpc__) || defined(__m88k__) || defined(__hppa__) #include <sys/types.h> #if BYTE_ORDER == BIG_ENDIAN #define IEEE_BIG_ENDIAN |