summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/assert.h b/include/assert.h
index 2d02457..e045379 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -20,8 +20,8 @@
* DEALINGS IN THE SOFTWARE.
*/
-#ifndef _ASSERT_H
-#define _ASSERT_H
+#ifndef ASSERT_H
+#define ASSERT_H
#ifdef NDEBUG
@@ -50,4 +50,4 @@ MACRO_END
#endif /* NDEBUG */
-#endif /* _ASSERT_H */
+#endif /* ASSERT_H */