Browse Source

the rest of the libs stuff; from art@ again

OPENBSD_3_5
mickey 20 years ago
parent
commit
c9f86afcbf
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/stdlib/strtod.c

+ 3
- 2
src/lib/libc/stdlib/strtod.c View File

@ -90,12 +90,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtod.c,v 1.16 2002/12/02 15:38:54 millert Exp $";
static char *rcsid = "$OpenBSD: strtod.c,v 1.17 2004/01/28 01:51:39 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(__hppa__)
defined(__powerpc__) || defined(__m88k__) || defined(__hppa__) || \
defined(__x86_64__)
#include <sys/types.h>
#if BYTE_ORDER == BIG_ENDIAN
#define IEEE_BIG_ENDIAN


Loading…
Cancel
Save