# HG changeset patch # User Olaf Wintermann # Date 1516526087 -3600 # Node ID 47b8ea43590289716837b3709e6aa17ab277aea1 # Parent 3d80d425543bb276b0e254ac89d69ca7b77036e6 makes default_allocator static diff -r 3d80d425543b -r 47b8ea435902 src/allocator.c --- a/src/allocator.c Sun Jan 21 10:13:21 2018 +0100 +++ b/src/allocator.c Sun Jan 21 10:14:47 2018 +0100 @@ -30,7 +30,7 @@ #include -UcxAllocator default_allocator = { +static UcxAllocator default_allocator = { NULL, ucx_default_malloc, ucx_default_calloc,