summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.h b/common.h
index 23ad87e..131a82d 100644
--- a/common.h
+++ b/common.h
@@ -4,8 +4,8 @@
*
*/
-#ifndef _COMMON_H
-#define _COMMON_H
+#ifndef COMMON_H
+#define COMMON_H
#ifndef __attribute__
# if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
@@ -46,4 +46,4 @@ char *sstrdup(const char *s);
/* Print version string */
void version(void);
-#endif /* _COMMON_H */
+#endif /* COMMON_H */