Skip to content

Commit

Permalink
Fix compatibility problem when compiling with R14B; integer_to_list i…
Browse files Browse the repository at this point in the history
…s now auto-imported; bug 746
  • Loading branch information
dizzyd committed Sep 24, 2010
1 parent 7f50c3f commit ddf2ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/riak_core_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
-include_lib("eunit/include/eunit.hrl").
-endif.

%% R14 Compatibility
-compile({no_auto_import,[integer_to_list/2]}).

%% ===================================================================
%% Public API
%% ===================================================================
Expand Down

0 comments on commit ddf2ef5

Please sign in to comment.