Skip to content

Commit

Permalink
Auto-import BIFs introduced after the R13B release
Browse files Browse the repository at this point in the history
For backward compatibility reasons, we usually don't auto-import
BIFs introduced in patch releases, but only in the following
major release.

We don't auto-import BIFs that are not meant for general
consumption (such as the BIFs that are used to implement the
-on_load() directive) or BIFs that are seldom used (such as
load_nif/2).
  • Loading branch information
bjorng committed Jan 23, 2010
1 parent e19d6e4 commit 7368d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stdlib/src/erl_internal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ bif(binary_to_existing_atom, 2) -> true;
bif(binary_to_list, 1) -> true;
bif(binary_to_list, 3) -> true;
bif(binary_to_term, 1) -> true;
bif(binary_to_term, 2) -> true;
bif(bitsize, 1) -> true;
bif(bit_size, 1) -> true;
bif(bitstring_to_list, 1) -> true;
Expand Down

0 comments on commit 7368d1c

Please sign in to comment.