mirror of https://mirror.osredm.com/root/redis.git
Expr: add strdup alias for stand-alone build.
This commit is contained in:
parent
e66a50ec3c
commit
a9e02dfd29
1
expr.c
1
expr.c
|
@ -16,6 +16,7 @@
|
||||||
#define RedisModule_Alloc malloc
|
#define RedisModule_Alloc malloc
|
||||||
#define RedisModule_Realloc realloc
|
#define RedisModule_Realloc realloc
|
||||||
#define RedisModule_Free free
|
#define RedisModule_Free free
|
||||||
|
#define RedisModule_Strdup strdup
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define EXPR_TOKEN_EOF 0
|
#define EXPR_TOKEN_EOF 0
|
||||||
|
|
Loading…
Reference in New Issue