mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Expr: add strdup alias for stand-alone build.
This commit is contained in:
parent
e66a50ec3c
commit
a9e02dfd29
1 changed files with 1 additions and 0 deletions
1
expr.c
1
expr.c
|
|
@ -16,6 +16,7 @@
|
|||
#define RedisModule_Alloc malloc
|
||||
#define RedisModule_Realloc realloc
|
||||
#define RedisModule_Free free
|
||||
#define RedisModule_Strdup strdup
|
||||
#endif
|
||||
|
||||
#define EXPR_TOKEN_EOF 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue