X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=vcs-svn%2Fstring_pool.c;h=8af8d54d6ef41a2e84e500bd0d1a5523e59f8a32;hb=f5bf1b5f6b43f5ed9263f4cecd0faf58c5a7322f;hp=f5b1da836e01bd17254b50ab3c88bae01eee200d;hpb=a35138af75070adb32cf281a56186c9343af36a4;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) {