X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=vcs-svn%2Fstring_pool.c;h=8af8d54d6ef41a2e84e500bd0d1a5523e59f8a32;hb=3c06ab69b1dba95ff73edd23c2c89a9c72b1f7f9;hp=f5b1da836e01bd17254b50ab3c88bae01eee200d;hpb=34df9fe36a3627e1c2a9ae244820fb61e3891b90;p=git.git diff --git a/vcs-svn/string_pool.c b/vcs-svn/string_pool.c index f5b1da836..8af8d54d6 100644 --- a/vcs-svn/string_pool.c +++ b/vcs-svn/string_pool.c @@ -30,7 +30,7 @@ static int node_cmp(struct node *a, struct node *b) } /* Build a Treap from the node structure (a trp_node w/ offset) */ -trp_gen(static, tree_, struct node, children, node, node_cmp); +trp_gen(static, tree_, struct node, children, node, node_cmp) const char *pool_fetch(uint32_t entry) {