Commit 9cbf9c3b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

inline is inline

We assume C99 nowadays.
parent fc6f1079
......@@ -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)
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment