|
@@ -36,8 +36,8 @@ struct pt_regs;
|
|
|
* e.g. in a structure initializer (or where-ever else comma expressions
|
|
* e.g. in a structure initializer (or where-ever else comma expressions
|
|
|
* aren't permitted).
|
|
* aren't permitted).
|
|
|
*/
|
|
*/
|
|
|
-#define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); }))
|
|
|
|
|
-#define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:-!!(e); }))
|
|
|
|
|
|
|
+#define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); }))
|
|
|
|
|
+#define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:(-!!(e)); }))
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* BUILD_BUG_ON_INVALID() permits the compiler to check the validity of the
|
|
* BUILD_BUG_ON_INVALID() permits the compiler to check the validity of the
|