diff options
author | Sverker Eriksson <[email protected]> | 2018-10-04 12:12:34 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-10-04 12:12:34 +0200 |
commit | 1b4ad9a2d65a094285a40ae8507bc5b46a59b2e9 (patch) | |
tree | df9efca310435afc5998ba1a359c9e922ccf28ef /lib | |
parent | f862407dfe09b9ca4a505c1d2dc562b1a67dea69 (diff) | |
parent | 0cb5456831a99e21f11e7331b4e2c56849827944 (diff) | |
download | otp-1b4ad9a2d65a094285a40ae8507bc5b46a59b2e9.tar.gz otp-1b4ad9a2d65a094285a40ae8507bc5b46a59b2e9.tar.bz2 otp-1b4ad9a2d65a094285a40ae8507bc5b46a59b2e9.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/src/ms_transform.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/src/ms_transform.erl b/lib/stdlib/src/ms_transform.erl index 3845e35e9b..6d243e1bec 100644 --- a/lib/stdlib/src/ms_transform.erl +++ b/lib/stdlib/src/ms_transform.erl @@ -946,6 +946,7 @@ real_guard_function(node,0) -> true; real_guard_function(node,1) -> true; real_guard_function(round,1) -> true; real_guard_function(size,1) -> true; +real_guard_function(bit_size,1) -> true; real_guard_function(map_size,1) -> true; real_guard_function(map_get,2) -> true; real_guard_function(tl,1) -> true; |