port is powerpc not, ppc.
authorrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 03:18:58 +0000 (03:18 +0000)
committerrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 03:18:58 +0000 (03:18 +0000)
Make the defines so.

lib/libc/stdlib/strtod.c
usr.bin/xlint/lint1/param.h

index 002654f..5ee5086 100644 (file)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: strtod.c,v 1.7 1996/12/21 21:14:44 rahnds Exp $";
+static char *rcsid = "$OpenBSD: strtod.c,v 1.8 1997/01/09 03:19:01 rahnds Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
     defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
-    defined(__ppc__)
+    defined(__powerpc__)
 #include <sys/types.h>
 #if BYTE_ORDER == BIG_ENDIAN
 #define IEEE_BIG_ENDIAN
index d1d68cf..8d909e3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.5 1996/12/21 21:16:43 rahnds Exp $        */
+/*     $OpenBSD: param.h,v 1.6 1997/01/09 03:18:58 rahnds Exp $        */
 /*     $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $   */
 
 /*
@@ -85,7 +85,7 @@
 #elif __arm32__
 #define PTRDIFF_IS_LONG                0
 #define SIZEOF_IS_ULONG                0
-#elif __ppc__
+#elif __powerpc__
 #define PTRDIFF_IS_LONG                0
 #define SIZEOF_IS_ULONG                0
 #else