Skip to content

Commit fb46314

Browse files
committed
Make SDS_NOINIT extern instead of redefining it.
1 parent 78df725 commit fb46314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define __SDS_H
3535

3636
#define SDS_MAX_PREALLOC (1024*1024)
37-
const char *SDS_NOINIT;
37+
extern const char *SDS_NOINIT;
3838

3939
#include <sys/types.h>
4040
#include <stdarg.h>

0 commit comments

Comments
 (0)