Skip to content

Commit

Permalink
Merge branch 'bjorn/erts/old-code-checking-improvements/OTP-9495' int…
Browse files Browse the repository at this point in the history
…o dev

* bjorn/erts/old-code-checking-improvements/OTP-9495:
  Make the check_old_code/1 BIF auto-imported
  • Loading branch information
bjorng committed Sep 2, 2011
2 parents cb2fd40 + b8d4a36 commit 9960e8f
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 @@ -262,6 +262,7 @@ bif(bitsize, 1) -> true;
bif(bit_size, 1) -> true;
bif(bitstring_to_list, 1) -> true;
bif(byte_size, 1) -> true;
bif(check_old_code, 1) -> true;
bif(check_process_code, 2) -> true;
bif(concat_binary, 1) -> true;
bif(date, 0) -> true;
Expand Down

0 comments on commit 9960e8f

Please sign in to comment.