summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3fe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mips/mips3fe.h')
-rw-r--r--src/devices/cpu/mips/mips3fe.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/cpu/mips/mips3fe.h b/src/devices/cpu/mips/mips3fe.h
index 15e90c922e0..0b8e9d79fec 100644
--- a/src/devices/cpu/mips/mips3fe.h
+++ b/src/devices/cpu/mips/mips3fe.h
@@ -7,12 +7,11 @@
Front-end for MIPS3 recompiler
***************************************************************************/
+#ifndef MAME_CPU_MIPS_MIPS3FE_H
+#define MAME_CPU_MIPS_MIPS3FE_H
#pragma once
-#ifndef __MIPS3FE_H__
-#define __MIPS3FE_H__
-
//**************************************************************************
// MACROS
@@ -30,4 +29,4 @@
#define REGFLAG_FCC (1 << 2)
-#endif /* __MIPS3FE_H__ */
+#endif // MAME_CPU_MIPS_MIPS3FE_H