Remove inline keyword, unrecognised by clang
1 files changed, 1 insertions(+), 1 deletions(-) M freekdl.c
M freekdl.c => freekdl.c +1-1
@@ 46,7 46,7 @@ static void fkdl_free(void *context, void *ptr) } static inline void fkdl_defaultAllocator(struct fkdl_allocator **alloc) static void fkdl_defaultAllocator(struct fkdl_allocator **alloc) { static struct fkdl_allocator defaultAllocator = {0}; if (*alloc && (*alloc)->malloc && (*alloc)->realloc && (*alloc)->free) {