mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
Remove the static keyword from the _CLC_INLINE macro
static functions are not allowed in OpenCL C llvm-svn: 184986
This commit is contained in:
parent
99bd71c4f5
commit
d84c7f5d0f
@ -1,4 +1,4 @@
|
||||
#define _CLC_OVERLOAD __attribute__((overloadable))
|
||||
#define _CLC_DECL
|
||||
#define _CLC_DEF __attribute__((always_inline))
|
||||
#define _CLC_INLINE __attribute__((always_inline)) static inline
|
||||
#define _CLC_INLINE __attribute__((always_inline)) inline
|
||||
|
Loading…
x
Reference in New Issue
Block a user