diff options
author | Rickard Green <[email protected]> | 2017-06-13 15:51:42 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-06-13 15:51:42 +0200 |
commit | f1c69ee583dcd1f525562cf6adc382b8464b1578 (patch) | |
tree | a518c7eb9e55186a3de02b192da6b93ba4369cdd /erts/emulator/beam/dist.h | |
parent | 698068c2322d6032f46487f56802246198e576f2 (diff) | |
download | otp-f1c69ee583dcd1f525562cf6adc382b8464b1578.tar.gz otp-f1c69ee583dcd1f525562cf6adc382b8464b1578.tar.bz2 otp-f1c69ee583dcd1f525562cf6adc382b8464b1578.zip |
Revert "erts: Do not generate atoms on old latin1 external format"
This reverts commit 65b04e233e09e3cc2e0fda3c28e155b95c5a4baf.
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r-- | erts/emulator/beam/dist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h index 93a651b24d..3e17645997 100644 --- a/erts/emulator/beam/dist.h +++ b/erts/emulator/beam/dist.h @@ -53,7 +53,6 @@ | DFLAG_EXPORT_PTR_TAG \ | DFLAG_BIT_BINARIES \ | DFLAG_MAP_TAG \ - | DFLAG_UTF8_ATOMS \ | DFLAG_BIG_CREATION) /* opcodes used in distribution messages */ |