X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fcompiler.h;fp=urcu%2Fcompiler.h;h=cd4a49d19dc6e82f454027bfba76dc2f8eb14bf5;hp=0c6ece252ca0e8bee2a480ab45588bb8ccd15bcd;hb=9f59b2209b3a4bde416bcfa55b10c36b16fa91ae;hpb=e1259cb17954e4e03954ba7376d3ed61649116cd diff --git a/urcu/compiler.h b/urcu/compiler.h index 0c6ece2..cd4a49d 100644 --- a/urcu/compiler.h +++ b/urcu/compiler.h @@ -70,7 +70,7 @@ }) #define CAA_BUILD_BUG_ON_ZERO(cond) (sizeof(struct { int:-!!(cond); })) -#define CAA_BUILD_BUG_ON(cond) ((void)BUILD_BUG_ON_ZERO(cond)) +#define CAA_BUILD_BUG_ON(cond) ((void)CAA_BUILD_BUG_ON_ZERO(cond)) /* * __rcu is an annotation that documents RCU pointer accesses that need