diff options
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/strtod.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index da2a750ff85..d90a7f73562 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -1,4 +1,4 @@ -/* $NetBSD: strtod.c,v 1.37 2001/06/19 22:08:07 fvdl Exp $ */ +/* $NetBSD: strtod.c,v 1.38 2001/12/15 03:39:53 thorpej Exp $ */ /**************************************************************** * @@ -93,13 +93,13 @@ #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: strtod.c,v 1.37 2001/06/19 22:08:07 fvdl Exp $"); +__RCSID("$NetBSD: strtod.c,v 1.38 2001/12/15 03:39:53 thorpej 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(__sh3__) || defined(__x86_64__) || \ + defined(__powerpc__) || defined(__sh__) || defined(__x86_64__) || \ (defined(__arm__) && defined(__VFP_FP__)) #include <sys/types.h> #if BYTE_ORDER == BIG_ENDIAN |
