diff options
author | Björn Gustavsson <[email protected]> | 2012-02-09 13:29:24 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-02-09 13:29:24 +0100 |
commit | 0b45f106f19756bcef0ee51a8f5d4147dc253bcb (patch) | |
tree | 442a24fe05a9d2e998bd68e0060c7db77afb2d82 /bootstrap/lib/stdlib | |
parent | 4408f9f30a48fca6d51ecef6ba92ef2978f59e92 (diff) | |
parent | 8ddf2aa53544e01b26d7fd55ef68f80f4af6307d (diff) | |
download | otp-0b45f106f19756bcef0ee51a8f5d4147dc253bcb.tar.gz otp-0b45f106f19756bcef0ee51a8f5d4147dc253bcb.tar.bz2 otp-0b45f106f19756bcef0ee51a8f5d4147dc253bcb.zip |
Merge branch 'maint'
* maint:
Update primary bootstrap
HiPE: Remove support for is_constant/1
erl_lint: Remove handling of constant/1
erl_bif_types: Remove type for is_constant/1
erl_eval: Remove support for is_constant/1
Remove support for is_constant/1 in ms_transform
Remove references to is_constant/1 from the match spec documentation
Conflicts:
lib/hipe/cerl/erl_bif_types.erl
Also re-instate the type for erlang:is_boolean/1 which was
accidentally omitted in the master branch.
Diffstat (limited to 'bootstrap/lib/stdlib')
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_eval.beam | bin | 23784 -> 23752 bytes |
-rw-r--r-- | bootstrap/lib/stdlib/ebin/erl_lint.beam | bin | 85144 -> 85064 bytes |
-rw-r--r-- | bootstrap/lib/stdlib/ebin/ms_transform.beam | bin | 20224 -> 20180 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/bootstrap/lib/stdlib/ebin/erl_eval.beam b/bootstrap/lib/stdlib/ebin/erl_eval.beam Binary files differindex e646342e2b..6198c4f43a 100644 --- a/bootstrap/lib/stdlib/ebin/erl_eval.beam +++ b/bootstrap/lib/stdlib/ebin/erl_eval.beam diff --git a/bootstrap/lib/stdlib/ebin/erl_lint.beam b/bootstrap/lib/stdlib/ebin/erl_lint.beam Binary files differindex 6fa0884135..798924c19b 100644 --- a/bootstrap/lib/stdlib/ebin/erl_lint.beam +++ b/bootstrap/lib/stdlib/ebin/erl_lint.beam diff --git a/bootstrap/lib/stdlib/ebin/ms_transform.beam b/bootstrap/lib/stdlib/ebin/ms_transform.beam Binary files differindex f8689ddf72..bc16416161 100644 --- a/bootstrap/lib/stdlib/ebin/ms_transform.beam +++ b/bootstrap/lib/stdlib/ebin/ms_transform.beam |