summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/jedparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/jedparse.h')
-rw-r--r--src/lib/util/jedparse.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/util/jedparse.h b/src/lib/util/jedparse.h
index e2eca46b236..f12101ca154 100644
--- a/src/lib/util/jedparse.h
+++ b/src/lib/util/jedparse.h
@@ -8,8 +8,10 @@
***************************************************************************/
-#ifndef __JEDPARSE_H__
-#define __JEDPARSE_H__
+#ifndef MAME_UTIL_JEDPARSE_H
+#define MAME_UTIL_JEDPARSE_H
+
+#pragma once
#include "osdcore.h"
@@ -84,4 +86,4 @@ static inline void jed_set_fuse(jed_data *data, uint32_t fusenum, uint8_t value)
}
}
-#endif /* __JEDPARSE_H__ */
+#endif // MAME_UTIL_JEDPARSE_H