Re: [Qemu-devel] [PATCH] ia64-dis.c: Undefine ABS to avoid clash with glib

2011-11-01 Thread Anthony Liguori
On 10/29/2011 06:58 AM, Peter Maydell wrote: Undefine ABS to avoid a clash with the macro that glib.h helpfully defines for us (and a resulting build failure on ia64 hosts). Signed-off-by: Peter Maydell Applied. Thanks. Regards, Anthony Liguori --- Bit of a namespace grab by glib.h if you

[Qemu-devel] [PATCH] ia64-dis.c: Undefine ABS to avoid clash with glib

2011-10-29 Thread Peter Maydell
Undefine ABS to avoid a clash with the macro that glib.h helpfully defines for us (and a resulting build failure on ia64 hosts). Signed-off-by: Peter Maydell --- Bit of a namespace grab by glib.h if you ask me. Undefining ABS seems the most straightforward fix. ia64-dis.c |3 +++ 1 files ch