Skip to content

Commit

Permalink
yamerl_node_int_ext: base*_to_integer() are not part of the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Nov 13, 2016
1 parent 91c75e3 commit 3d13c91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/yamerl_node_int_ext.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3d13c91

Please sign in to comment.