diff options
author | Sverker Eriksson <[email protected]> | 2013-01-08 11:06:44 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-01-08 11:13:30 +0100 |
commit | 81a5f0f91ce50416d44f48752cb2b7f4ae02d953 (patch) | |
tree | ce914ac4ad3ff592b6c9e6b3752afb0ce13cb7da /erts/emulator/beam/dist.h | |
parent | 6bc9c65ae207ebc2fba03521c2ca3b84264a1dcf (diff) | |
download | otp-81a5f0f91ce50416d44f48752cb2b7f4ae02d953.tar.gz otp-81a5f0f91ce50416d44f48752cb2b7f4ae02d953.tar.bz2 otp-81a5f0f91ce50416d44f48752cb2b7f4ae02d953.zip |
erts: Refactor rename DFLAG(S)_INTERNAL_TAGS for conformity
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r-- | erts/emulator/beam/dist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h index 845151c895..0db7d56cb2 100644 --- a/erts/emulator/beam/dist.h +++ b/erts/emulator/beam/dist.h @@ -38,7 +38,7 @@ #define DFLAG_UNICODE_IO 0x1000 #define DFLAG_DIST_HDR_ATOM_CACHE 0x2000 #define DFLAG_SMALL_ATOM_TAGS 0x4000 -#define DFLAGS_INTERNAL_TAGS 0x8000 +#define DFLAG_INTERNAL_TAGS 0x8000 /* All flags that should be enabled when term_to_binary/1 is used. */ #define TERM_TO_BINARY_DFLAGS (DFLAG_EXTENDED_REFERENCES \ |