x86emu: Undefine _NO_INLINE

Never defined by the server.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2014-05-01 12:48:15 -04:00
parent 1c3cb68d0c
commit 4433bc6d53

View File

@ -46,7 +46,7 @@
* dramatically in this case).
*/
#if defined(__cplusplus) && !defined(_NO_INLINE)
#if defined(__cplusplus)
#define _INLINE inline
#else
#define _INLINE static