Skip to content

Commit

Permalink
otpbp_proplists: update compile conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Dec 17, 2024
1 parent bb62599 commit 2efaa08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/otpbp_proplists.erl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
-ifndef(HAVE_proplists__to_map_2).
% OTP 24.0
-export([to_map/2]).
-endif.

-ifndef(HAVE_proplists__to_map_2).
-ifdef(HAVE_proplists__to_map_1).
-import(proplists, [to_map/1]).
-endif.
Expand Down

0 comments on commit 2efaa08

Please sign in to comment.