summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2/sh2comn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh2/sh2comn.h')
-rw-r--r--src/devices/cpu/sh2/sh2comn.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/sh2/sh2comn.h b/src/devices/cpu/sh2/sh2comn.h
index 79d06547462..1c859e227d6 100644
--- a/src/devices/cpu/sh2/sh2comn.h
+++ b/src/devices/cpu/sh2/sh2comn.h
@@ -8,10 +8,10 @@
*
*****************************************************************************/
-#pragma once
+#ifndef MAME_CPU_SH2_SH2COMN_H
+#define MAME_CPU_SH2_SH2COMN_H
-#ifndef __SH2COMN_H__
-#define __SH2COMN_H__
+#pragma once
@@ -82,4 +82,4 @@ do { \
} while(0)
-#endif /* __SH2COMN_H__ */
+#endif // MAME_CPU_SH2_SH2COMN_H