diff options
author | imp <imp@cvs.openbsd.org> | 1999-01-27 04:46:07 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1999-01-27 04:46:07 +0000 |
commit | cc0a7779d1635c38e681eea667b0c3fd88dc24db (patch) | |
tree | 646a4589b70d2b23e13514cc15c3968362380576 /sys/arch/mips/include/mips_opcode.h | |
parent | 9fee6a7f3ec81de937c6277c7777d70e8280ea80 (diff) |
Protect against multiple includes and regularize cpp symbols used
Diffstat (limited to 'sys/arch/mips/include/mips_opcode.h')
-rw-r--r-- | sys/arch/mips/include/mips_opcode.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips/include/mips_opcode.h b/sys/arch/mips/include/mips_opcode.h index ea19d727d29..d55bc8e2d55 100644 --- a/sys/arch/mips/include/mips_opcode.h +++ b/sys/arch/mips/include/mips_opcode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mips_opcode.h,v 1.1 1998/01/28 11:14:48 pefo Exp $ */ +/* $OpenBSD: mips_opcode.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -38,8 +38,8 @@ * from: @(#)mips_opcode.h 8.1 (Berkeley) 6/10/93 */ -#ifndef _MACHINE_MIPS_OPCODE_H -#define _MACHINE_MIPS_OPCODE_H +#ifndef _MIPS_MIPS_OPCODE_H +#define _MIPS_MIPS_OPCODE_H /* * Define the instruction formats and opcode values for the * MIPS instruction set. @@ -293,4 +293,4 @@ typedef union { #define COPz_BCL_TRUE 0x02 #define COPz_BCL_FALSE 0x00 -#endif /* _MACHINE_MIPS_OPCODE_H */ +#endif /* !_MIPS_MIPS_OPCODE_H */ |