提交 7798b50c 编写于 作者: T Tom Lane

Remove gratuitous redefinition of inline, which should already have been

taken care of in pg_config.h.
上级 6efc9682
......@@ -45,13 +45,6 @@
#include "blf.h"
#undef inline
#ifdef __GNUC__
#define inline __inline
#else /* !__GNUC__ */
#define inline
#endif /* !__GNUC__ */
/* Function for Feistel Networks */
#define F(s, x) ((((s)[ (((x)>>24)&0xFF)] \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册