aboutsummaryrefslogtreecommitdiffstats
path: root/include/assert.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-20 16:56:42 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-20 16:56:42 +0100
commitc6d07cd59d8a9ca131c330a447a04499d4814868 (patch)
tree50d13886e25296e31292b9d08cdd9ced9577e609 /include/assert.h
parentwhitespace (diff)
downloadslibc-c6d07cd59d8a9ca131c330a447a04499d4814868.tar.gz
slibc-c6d07cd59d8a9ca131c330a447a04499d4814868.tar.bz2
slibc-c6d07cd59d8a9ca131c330a447a04499d4814868.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assert.h b/include/assert.h
index 5305715..fc07e16 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -67,7 +67,7 @@
# ifdef assert_perror
# undef assert_perror
# endif
-# ifdef NDEBUG
+# if defined(NDEBUG)
# define assert_perror(errnum) ((void)0)
# elif defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
# define assert_perror(errnum) \