diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-28 22:57:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-28 22:57:42 +0000 |
commit | 8598738d076ada9be3fffdc9db2c5898d67617dc (patch) | |
tree | f41ed941627bb00260766dc93b1fae6ce4189d01 /sys/arch/powerpc/include/param.h | |
parent | aec6165188f2f48a79c64f88ddd79014ea5dc23f (diff) |
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 53d5ddc4f9d..5fcf64326d5 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 1997/02/18 15:54:26 rahnds Exp $ */ +/* $OpenBSD: param.h,v 1.4 1997/02/28 22:57:40 niklas Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -42,7 +42,9 @@ * Machine dependent constants for PowerPC (32-bit only currently) */ #define MACHINE "powerpc" +#define _MACHINE powerpc #define MACHINE_ARCH "powerpc" +#define _MACHINE_ARCH powerpc #define MID_MACHINE MID_ZERO #define ALIGNBYTES (sizeof(double) - 1) |