X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fdebug.h;h=14b50b6a1d539dd67e978ce929c8758a06ca7744;hp=327bd92331088d2bf29df45d85c329109100dad6;hb=d4e640c06c2c999d5fc8f8375bc2f61da06c9cda;hpb=7fe7e9f353c3596b78b6bed1f4267037de750a48 diff --git a/include/urcu/debug.h b/include/urcu/debug.h index 327bd92..14b50b6 100644 --- a/include/urcu/debug.h +++ b/include/urcu/debug.h @@ -21,7 +21,7 @@ #include -#ifdef DEBUG_RCU +#if defined(DEBUG_RCU) || defined(CONFIG_RCU_DEBUG) #define urcu_assert(...) assert(__VA_ARGS__) #else #define urcu_assert(...)