aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/assert.h b/include/assert.h
index 1e351bd..6315ae1 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -18,8 +18,6 @@
#ifndef _ASSERT_H
#define _ASSERT_H
#include <slibc/version.h>
-
-
#include <slibc/features.h>
@@ -58,7 +56,7 @@
#define static_assert _Static_assert
-#ifndef _PORTABLE_SOURCE
+#ifndef __PORTABLE
/**
* Unless `NDEBUG` is defined, print an error message
* and abort the process, if `errnum` is non-zero.