diff options
author | Andrew Bennett <[email protected]> | 2015-06-25 11:26:48 -0600 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-04 15:44:14 +0100 |
commit | d1283d1f826bdbd584bc87572ab46001164939e1 (patch) | |
tree | 21adab74bd10e33cd1d3a0c88d06364b62937c80 /erts/emulator/beam/atom.names | |
parent | b93e9b611056828ac2c82f225960aa29348ebe97 (diff) | |
download | otp-d1283d1f826bdbd584bc87572ab46001164939e1.tar.gz otp-d1283d1f826bdbd584bc87572ab46001164939e1.tar.bz2 otp-d1283d1f826bdbd584bc87572ab46001164939e1.zip |
stdlib: Add BIF option 'trim_all' to binary:split/3
Diffstat (limited to 'erts/emulator/beam/atom.names')
-rw-r--r-- | erts/emulator/beam/atom.names | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/atom.names b/erts/emulator/beam/atom.names index 3d357886ee..5f27aaa14b 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -586,6 +586,7 @@ atom trace_control_word atom tracer atom trap_exit atom trim +atom trim_all atom try_clause atom true atom tuple |