]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-slab.h
commit-slab: support shared commit-slab
[thirdparty/git.git] / commit-slab.h
index 32aa2c0e46e9149ee1556dcfe9bc3046aec6dfde..69bf0c807c64b79216118f3485cfd5dac3b6a273 100644 (file)
@@ -46,6 +46,6 @@
 
 #define define_commit_slab(slabname, elemtype) \
        declare_commit_slab(slabname, elemtype); \
-       implement_commit_slab(slabname, elemtype)
+       implement_static_commit_slab(slabname, elemtype)
 
 #endif /* COMMIT_SLAB_H */