Browse Source

#ifdef vax -> #ifdef __vax__

OPENBSD_2_7
bjc 24 years ago
parent
commit
8c24d2dab9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/strtod.c

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

@ -90,7 +90,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$OpenBSD: strtod.c,v 1.12 1998/08/28 20:49:24 mickey Exp $";
static char *rcsid = "$OpenBSD: strtod.c,v 1.13 2000/04/30 04:58:22 bjc Exp $";
#endif /* LIBC_SCCS and not lint */
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
@ -113,7 +113,7 @@ static char *rcsid = "$OpenBSD: strtod.c,v 1.12 1998/08/28 20:49:24 mickey Exp $
#define IEEE_BIG_ENDIAN
#endif
#ifdef vax
#ifdef __vax__
#define VAX
#endif


Loading…
Cancel
Save