diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 16:56:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 16:56:42 +0100 |
commit | c6d07cd59d8a9ca131c330a447a04499d4814868 (patch) | |
tree | 50d13886e25296e31292b9d08cdd9ced9577e609 /include | |
parent | whitespace (diff) | |
download | slibc-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')
-rw-r--r-- | include/assert.h | 2 |
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) \ |