| Submitter | Luiz Capitulino |
|---|---|
| Date | July 13, 2011, 4:20 p.m. |
| Message ID | <20110713132033.3480f29b@doriath> |
| Download | mbox | patch |
| Permalink | /patch/104567/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/compiler.h b/compiler.h index 2dfc2c6..54720bf 100644 --- a/compiler.h +++ b/compiler.h @@ -10,7 +10,8 @@ #define QEMU_WARN_UNUSED_RESULT #endif -#define QEMU_BUILD_BUG_ON(x) typedef char __build_bug_on__##__LINE__[(x)?-1:1]; +#define QEMU_BUILD_BUG_ON(x) \ + typedef char qemu_build_bug_on__##__LINE__[(x)?-1:1]; #if defined __GNUC__ # if (__GNUC__ < 4) || \