summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu/x86emu
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-05-01 12:48:15 -0400
committerAdam Jackson <ajax@redhat.com>2014-09-26 15:27:18 -0400
commit4433bc6d53e651b3dc4112099a153c2574f30797 (patch)
tree26a153c77945236b7e819a7cfa5a6f5aa83755e8 /hw/xfree86/x86emu/x86emu
parent1c3cb68d0cd15d29fd3aaa9eedbfa772ec8e3a47 (diff)
x86emu: Undefine _NO_INLINE
Never defined by the server. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/x86emu/x86emu')
-rw-r--r--hw/xfree86/x86emu/x86emu/x86emui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/x86emu/x86emu/x86emui.h b/hw/xfree86/x86emu/x86emu/x86emui.h
index 5e20d9705..01bd92a6f 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