[PATCH 19/19] x86emu: Undefine _NO_INLINE
Adam Jackson
ajax at redhat.com
Thu Sep 25 10:37:35 PDT 2014
Never defined by the server.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
hw/xfree86/x86emu/x86emu/x86emui.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/xfree86/x86emu/x86emu/x86emui.h b/hw/xfree86/x86emu/x86emu/x86emui.h
index 5e20d97..01bd92a 100644
--- a/hw/xfree86/x86emu/x86emu/x86emui.h
+++ b/hw/xfree86/x86emu/x86emu/x86emui.h
@@ -46,7 +46,7 @@
* dramatically in this case).
*/
-#if defined(__cplusplus) && !defined(_NO_INLINE)
+#if defined(__cplusplus)
#define _INLINE inline
#else
#define _INLINE static
--
1.9.3
More information about the xorg-devel
mailing list