diff options
Diffstat (limited to 'include/zix')
-rw-r--r-- | include/zix/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/zix/common.h b/include/zix/common.h index 865d232..0191cca 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -38,13 +38,8 @@ # else # define ZIX_API ZIX_LIB_IMPORT # endif -# define ZIX_PRIVATE static -#elif defined(ZIX_INLINE) -# define ZIX_API static inline -# define ZIX_PRIVATE static inline #else # define ZIX_API -# define ZIX_PRIVATE static #endif #ifdef __GNUC__ |