]> git.sesse.net Git - vlc/commitdiff
inline is inline
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Mar 2011 13:10:23 +0000 (15:10 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Mar 2011 13:10:55 +0000 (15:10 +0200)
We assume C99 nowadays.

include/vlc_common.h
modules/access/dvb/dvb.h

index 2fbcdc3f85a742ff2743a414a4858fdb2cebe5ec..a1dbcf349ec773ce3ceef6260367475deba287b4 100644 (file)
@@ -780,7 +780,6 @@ static inline uint64_t ntoh64 (uint64_t ll)
 /* win32, cl and icl support */
 #   if defined( _MSC_VER ) || !defined( __MINGW32__ )
 #       define __attribute__(x)
-#       define __inline__      __inline
 #       define S_IFBLK         0x3000  /* Block */
 #       define S_ISBLK(m)      (0)
 #       define S_ISCHR(m)      (0)
index bf059d02a1e929a5628d1888b6ed2a6875002f5b..90f3aaa4f02678c20a752c3e4536735c8cb0dfd5 100644 (file)
@@ -108,7 +108,7 @@ typedef struct en50221_mmi_object_t
     } u;
 } en50221_mmi_object_t;
 
-static __inline__ void en50221_MMIFree( en50221_mmi_object_t *p_object )
+static inline void en50221_MMIFree( en50221_mmi_object_t *p_object )
 {
     int i;