diff options
author | Sverker Eriksson <[email protected]> | 2015-12-16 19:11:48 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-01-13 19:59:53 +0100 |
commit | dc54c2a27c41930a18e0c7f2b97eda6cd4a0b1c1 (patch) | |
tree | 5018e4ed47be3202d6969ec125a2861b6454ef3e /erts/emulator/beam/bif.tab | |
parent | fa44f865c3fc6253cf4691cf94839c303a3ee40f (diff) | |
download | otp-dc54c2a27c41930a18e0c7f2b97eda6cd4a0b1c1.tar.gz otp-dc54c2a27c41930a18e0c7f2b97eda6cd4a0b1c1.tar.bz2 otp-dc54c2a27c41930a18e0c7f2b97eda6cd4a0b1c1.zip |
erts: Move copy_literals/2 from erlang to erts_internal
as it's not a public interface.
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 3b95ec508c..1b8ae8cef5 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -641,7 +641,7 @@ bif erts_debug:map_info/1 # New in 19.0 # -bif erlang:copy_literals/2 +bif erts_internal:copy_literals/2 bif erts_internal:purge_module/1 bif binary:split/2 bif binary:split/3 |