diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-03-18 12:31:35 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-03-18 12:31:35 +0100 |
commit | aab1afa8a63081f2c30f83ebe8b6caaac979795c (patch) | |
tree | 0b0abbe8cabde2c296dc746555dff0af761d82e1 /bootstrap/lib/kernel/include/dist.hrl | |
parent | a4d314a5298d9725fdd1874763e43b33a39252a0 (diff) | |
download | otp-aab1afa8a63081f2c30f83ebe8b6caaac979795c.tar.gz otp-aab1afa8a63081f2c30f83ebe8b6caaac979795c.tar.bz2 otp-aab1afa8a63081f2c30f83ebe8b6caaac979795c.zip |
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel/include/dist.hrl')
-rw-r--r-- | bootstrap/lib/kernel/include/dist.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/lib/kernel/include/dist.hrl b/bootstrap/lib/kernel/include/dist.hrl index e32c112e63..77556d1303 100644 --- a/bootstrap/lib/kernel/include/dist.hrl +++ b/bootstrap/lib/kernel/include/dist.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2013. All Rights Reserved. +%% Copyright Ericsson AB 1999-2014. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -37,3 +37,4 @@ -define(DFLAG_DIST_HDR_ATOM_CACHE,16#2000). -define(DFLAG_SMALL_ATOM_TAGS, 16#4000). -define(DFLAG_UTF8_ATOMS, 16#10000). +-define(DFLAG_MAP_TAG, 16#20000). |