X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=alloc.c;h=216c23a6f854c614d38c743cd7687a37f304161b;hb=cfabd6eee1745cfec58cfcb794ce8847e43b888a;hp=53eba373dbb923e27998ccac5e655047772d41fe;hpb=2c1cbec1e2f0bd7b15fe5e921d287babfd91c7d3;p=git.git diff --git a/alloc.c b/alloc.c index 53eba373d..216c23a6f 100644 --- a/alloc.c +++ b/alloc.c @@ -20,7 +20,7 @@ #define DEFINE_ALLOCATOR(name, type) \ static unsigned int name##_allocs; \ -struct name *alloc_##name##_node(void) \ +void *alloc_##name##_node(void) \ { \ static int nr; \ static type *block; \