fix(trie): export set_compact/1
This commit is contained in:
parent
327a464844
commit
7c5caee89c
|
@ -34,6 +34,8 @@
|
||||||
, lock_tables/0
|
, lock_tables/0
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
-export([is_compact/0, set_compact/1]).
|
||||||
|
|
||||||
-ifdef(TEST).
|
-ifdef(TEST).
|
||||||
-compile(export_all).
|
-compile(export_all).
|
||||||
-compile(nowarn_export_all).
|
-compile(nowarn_export_all).
|
||||||
|
|
Loading…
Reference in New Issue