diff options
author | Björn Gustavsson <[email protected]> | 2013-01-25 13:12:54 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-25 13:12:54 +0100 |
commit | a61153fba78a1261563863dab5267513650bd4a4 (patch) | |
tree | 64bdeba51fbd04aa9c5762a9b27c36d02212f849 /bootstrap/lib/kernel/include/dist.hrl | |
parent | 4adc1523254d5e326e2d5cf942b5eeee84fdb8ea (diff) | |
download | otp-a61153fba78a1261563863dab5267513650bd4a4.tar.gz otp-a61153fba78a1261563863dab5267513650bd4a4.tar.bz2 otp-a61153fba78a1261563863dab5267513650bd4a4.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel/include/dist.hrl')
-rw-r--r-- | bootstrap/lib/kernel/include/dist.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/lib/kernel/include/dist.hrl b/bootstrap/lib/kernel/include/dist.hrl index 5b52f6f294..91e13d99a9 100644 --- a/bootstrap/lib/kernel/include/dist.hrl +++ b/bootstrap/lib/kernel/include/dist.hrl @@ -36,3 +36,4 @@ -define(DFLAG_UNICODE_IO,16#1000). -define(DFLAG_DIST_HDR_ATOM_CACHE,16#2000). -define(DFLAG_SMALL_ATOM_TAGS, 16#4000). +-define(DFLAG_UTF8_ATOMS, 16#10000). |