Adding ns32k support.

This commit is contained in:
phil 1994-02-25 07:41:35 +00:00
parent dde7045e0d
commit 0fc8133c23
1 changed files with 2 additions and 2 deletions

View File

@ -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)