mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
yamerl_node_int_ext: base*_to_integer() are not part of the public API
This commit is contained in:
parent
91c75e33a3
commit
3d13c91ebc
@ -39,7 +39,11 @@
|
||||
try_construct_token/3,
|
||||
construct_token/3,
|
||||
node_pres/1,
|
||||
string_to_integer/1,
|
||||
string_to_integer/1
|
||||
]).
|
||||
|
||||
%% Internal use only.
|
||||
-export([
|
||||
base2_to_integer/2,
|
||||
base8_to_integer/2,
|
||||
base10_to_integer/2,
|
||||
|
Loading…
Reference in New Issue
Block a user