diff options
author | Erlang/OTP <[email protected]> | 2010-06-09 12:30:30 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-09 12:30:30 +0000 |
commit | 6f06c6189a3527a1981043b09323e4233bac4ebd (patch) | |
tree | 91f93dd66f8f5ba8727c58060fb481984fff49d4 /bootstrap/lib/stdlib/ebin | |
parent | 26fbd5b3ed713afef6c443762f8aefd6367052e6 (diff) | |
parent | bff165da260571012aa02b6c325b728297d2550f (diff) | |
download | otp-6f06c6189a3527a1981043b09323e4233bac4ebd.tar.gz otp-6f06c6189a3527a1981043b09323e4233bac4ebd.tar.bz2 otp-6f06c6189a3527a1981043b09323e4233bac4ebd.zip |
Merge branch 'pan/otp_8669_doc_autoimported' into dev
* pan/otp_8669_doc_autoimported:
Change documentation for erlang:min/2,max/2 and port_command/3 to
OTP-8669 erlang:min, erlang:max and erlang:port_command/3 autoimported
The recently added BIFs erlang:min/2, erlang:max/2 and
erlang:port_command/3 are now auto-imported (as they were originally
intended to be). Due to the recent compiler change (OTP-8579), the only
impact on old code defining it's own min/2, max/2 or port_command/3
functions will be a warning, the local functions will still be used. The
warning can be removed by using
-compile({no_auto_import,[min/2,max/2,port_command/3]}). in the source
file.
Diffstat (limited to 'bootstrap/lib/stdlib/ebin')
0 files changed, 0 insertions, 0 deletions