diff options
author | Lukas Larsson <[email protected]> | 2014-02-24 17:19:19 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 17:19:19 +0100 |
commit | ed5cb316a0a1bbc30f90e7bac27efed3818d4a16 (patch) | |
tree | a7242471f60a0f343e9839504b12212e71018193 /erts/emulator/beam/dist.h | |
parent | 60b771c936b3d5c1bf3f8c223f789e5fc639dbab (diff) | |
parent | a3af5f4a5c4568225ef91ee4493da6bf659f7161 (diff) | |
download | otp-ed5cb316a0a1bbc30f90e7bac27efed3818d4a16.tar.gz otp-ed5cb316a0a1bbc30f90e7bac27efed3818d4a16.tar.bz2 otp-ed5cb316a0a1bbc30f90e7bac27efed3818d4a16.zip |
Merge branch 'lukas/erts/float_encoding/OTP-11738'
* lukas/erts/float_encoding/OTP-11738:
erts: Set default external enc to use new float scheme
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r-- | erts/emulator/beam/dist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h index ff8f5e106f..0519a9225e 100644 --- a/erts/emulator/beam/dist.h +++ b/erts/emulator/beam/dist.h @@ -44,6 +44,7 @@ /* All flags that should be enabled when term_to_binary/1 is used. */ #define TERM_TO_BINARY_DFLAGS (DFLAG_EXTENDED_REFERENCES \ | DFLAG_NEW_FUN_TAGS \ + | DFLAG_NEW_FLOATS \ | DFLAG_EXTENDED_PIDS_PORTS \ | DFLAG_EXPORT_PTR_TAG \ | DFLAG_BIT_BINARIES) |