提交 bfcf5735 编写于 作者: Q Quentin Rameau 提交者: Rich Felker

in public headers, don't assume pre-C99 compilers have __inline keyword

上级 c1020cf2
......@@ -24,6 +24,8 @@
#if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
#define __inline inline
#elif !defined(__GNUC__)
#define __inline
#endif
#if __STDC_VERSION__ >= 201112L
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册