Re: [Qemu-devel] [PATCH 04/12] compiler.h: Use glue() in QEMU_BUILD_BUG_ON define

2015-07-31 Thread Daniel P. Berrange
On Wed, Jul 22, 2015 at 05:44:03PM +0100, Peter Maydell wrote: > Rather than rolling custom concatenate-strings macros for the > QEMU_BUILD_BUG_ON macro to use, use the glue() macro we already > have (since it's now available to us in this header). > > Signed-off-by: Peter Maydell > --- > includ

[Qemu-devel] [PATCH 04/12] compiler.h: Use glue() in QEMU_BUILD_BUG_ON define

2015-07-22 Thread Peter Maydell
Rather than rolling custom concatenate-strings macros for the QEMU_BUILD_BUG_ON macro to use, use the glue() macro we already have (since it's now available to us in this header). Signed-off-by: Peter Maydell --- include/qemu/compiler.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) d