From 0fc8133c23d2112fd55bba0fbc369f1028fab793 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 25 Feb 1994 07:41:35 +0000 Subject: [PATCH] Adding ns32k support. --- lib/libc/stdlib/strtod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index d8ce5c864034..3c0a03a1cb7e 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -86,10 +86,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$Id: strtod.c,v 1.12 1993/12/28 19:42:49 jtc Exp $"; +static char *rcsid = "$Id: strtod.c,v 1.13 1994/02/25 07:41:35 phil Exp $"; #endif /* LIBC_SCCS and not lint */ -#ifdef i386 +#if defined(i386) || defined(ns32k) #define IEEE_8087 #endif #if defined(hp300) || defined(sparc) || defined(amiga) || defined(mc68000)