[Spice-commits] spice/macros.h

Marc-André Lureau elmarco at kemper.freedesktop.org
Mon Oct 7 07:30:26 PDT 2013


 spice/macros.h |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 8b436f8a3e3973fec9995c01b2657aaaf2aee034
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Fri Oct 4 12:36:22 2013 +0200

    macros: remove INLINE
    
    This macro isn't used in the protocol headers, and clashes with other
    define from qemu.

diff --git a/spice/macros.h b/spice/macros.h
index 78538a5..62157b4 100644
--- a/spice/macros.h
+++ b/spice/macros.h
@@ -101,12 +101,6 @@
 # define SPICE_END_DECLS
 #endif
 
-#ifdef __GNUC__
-#define INLINE inline
-#else
-#define INLINE _inline
-#endif /* __GNUC__ */
-
 #ifndef	FALSE
 #define	FALSE	(0)
 #endif


More information about the Spice-commits mailing list