From ff01f1f5711b8cc6ba6730ab944b7ded446be0e5 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 13 Nov 2013 14:42:27 +0000 Subject: compat: Don't put static keyword to __inline macro. It will create problems when if `static __inline` appears. --- dispatch/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch') diff --git a/dispatch/compat.h b/dispatch/compat.h index 3fc97305..6f55ca54 100644 --- a/dispatch/compat.h +++ b/dispatch/compat.h @@ -725,7 +725,7 @@ #ifndef __inline -#define __inline static __inline__ +#define __inline __inline__ #endif #ifndef DECLSPEC_DEPRECATED -- cgit v1.2.3