summaryrefslogtreecommitdiff
path: root/lib/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/macros.h')
-rw-r--r--lib/macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/macros.h b/lib/macros.h
index 6369599..eb19657 100644
--- a/lib/macros.h
+++ b/lib/macros.h
@@ -26,8 +26,8 @@
* Helper macros.
*/
-#ifndef _MACROS_H
-#define _MACROS_H
+#ifndef MACROS_H
+#define MACROS_H
#if !defined(__GNUC__) || (__GNUC__ < 4)
#error "GCC 4+ required"
@@ -103,4 +103,4 @@
#endif /* __GNUC__ >= 7 */
#endif
-#endif /* _MACROS_H */
+#endif /* MACROS_H */