summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>1999-11-26 07:39:45 +0000
committermsaitoh <msaitoh@NetBSD.org>1999-11-26 07:39:45 +0000
commit4e87e41c661685c9312e1445e8062eb4afd5288e (patch)
tree9eff0ab92644b36c488024c764a0d72c1d85a994 /lib/libc/stdlib
parent3954eb11cb3b7b4ab684926fba4fc3670d704dc5 (diff)
check __sh3__
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c
index 58234999f94..d163c9d0e2f 100644
--- a/lib/libc/stdlib/strtod.c
+++ b/lib/libc/stdlib/strtod.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strtod.c,v 1.32 1999/02/06 16:01:22 kleink Exp $ */
+/* $NetBSD: strtod.c,v 1.33 1999/11/26 07:39:45 msaitoh Exp $ */
/****************************************************************
*
@@ -93,13 +93,13 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: strtod.c,v 1.32 1999/02/06 16:01:22 kleink Exp $");
+__RCSID("$NetBSD: strtod.c,v 1.33 1999/11/26 07:39:45 msaitoh Exp $");
#endif /* LIBC_SCCS and not lint */
#define Unsigned_Shifts
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
- defined(__powerpc__)
+ defined(__powerpc__) || defined(__sh3__)
#include <sys/types.h>
#if BYTE_ORDER == BIG_ENDIAN
#define IEEE_BIG_ENDIAN