Fix incorrect macro use.

Compiling with warnings produces missing prototype warnings.
This commit is contained in:
zoulasc 2019-03-15 12:59:56 -04:00 committed by Qi Wang
parent 020b5dc7ac
commit 14e4176758

View File

@ -24,7 +24,7 @@ size_t extent_size_quantize_floor(size_t size);
size_t extent_size_quantize_ceil(size_t size);
#endif
rb_proto(, extent_avail_, extent_tree_t, extent_t)
ph_proto(, extent_avail_, extent_tree_t, extent_t)
ph_proto(, extent_heap_, extent_heap_t, extent_t)
bool extents_init(tsdn_t *tsdn, extents_t *extents, extent_state_t state,