Skip to content

Commit

Permalink
Make SDS_NOINIT extern instead of redefining it.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 12, 2020
1 parent 78df725 commit fb46314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fb46314

Please sign in to comment.