提交 3c610b4e 编写于 作者: K Khem Raj 提交者: antirez

Mark extern definition of SDS_NOINIT in sds.h

This helps in avoiding multiple definition of this variable, its also
defined globally in sds.c
Signed-off-by: NKhem Raj <raj.khem@gmail.com>
上级 16b2d07f
......@@ -34,7 +34,7 @@
#define __SDS_H
#define SDS_MAX_PREALLOC (1024*1024)
const char *SDS_NOINIT;
extern const char *SDS_NOINIT;
#include <sys/types.h>
#include <stdarg.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册