summaryrefslogtreecommitdiffstats
path: root/base/compat_execinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/compat_execinfo.h')
-rw-r--r--base/compat_execinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/compat_execinfo.h b/base/compat_execinfo.h
index c615cf2..348c5cd 100644
--- a/base/compat_execinfo.h
+++ b/base/compat_execinfo.h
@@ -5,8 +5,8 @@
// A file you can include instead of <execinfo.h> if your project might need
// to run on Mac OS X 10.4.
-#ifndef BASE_COMPAT_EXECINFO_H
-#define BASE_COMPAT_EXECINFO_H
+#ifndef BASE_COMPAT_EXECINFO_H_
+#define BASE_COMPAT_EXECINFO_H_
#include "build/build_config.h"
@@ -30,4 +30,4 @@ extern void backtrace_symbols_fd(void* const*, int, int)
#include <execinfo.h>
#endif
-#endif // BASE_COMPAT_EXECINFO_H
+#endif // BASE_COMPAT_EXECINFO_H_