This commit is contained in:
Markus Teich 2016-12-02 11:40:10 +01:00
parent fa086e2d4f
commit 1bf5fbff77

2
util.h
View File

@ -24,7 +24,7 @@
#define _BRANDT_UTIL_H #define _BRANDT_UTIL_H
#define brandt_assert(cond) GNUNET_assert_from(cond, "libbrandt") #define brandt_assert(cond) GNUNET_assert_from (cond, "libbrandt")
#ifdef NDEBUG #ifdef NDEBUG