diff options
author | Sverker Eriksson <[email protected]> | 2016-10-14 18:48:00 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-11-29 17:52:38 +0100 |
commit | 9a88fc02527063be5096bdf4d49a48b144471553 (patch) | |
tree | 7b0e3ec80f36d1c84d5e0ba144146d5beb1a87a2 /erts/emulator/beam/atom.names | |
parent | 448b12eb58fd72464c70a493ca77af5c5a9a2a09 (diff) | |
download | otp-9a88fc02527063be5096bdf4d49a48b144471553.tar.gz otp-9a88fc02527063be5096bdf4d49a48b144471553.tar.bz2 otp-9a88fc02527063be5096bdf4d49a48b144471553.zip |
erts: Add erts internal secret atom
Diffstat (limited to 'erts/emulator/beam/atom.names')
-rw-r--r-- | erts/emulator/beam/atom.names | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/atom.names b/erts/emulator/beam/atom.names index 66af05c1f2..b1aeed7889 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -59,6 +59,9 @@ atom nocatch atom undefined_function atom undefined_lambda +# Secret internal atom that can never be found by string lookup +# and should never leak out to be seen by the user. +atom ErtsSecretAtom='3RT$' # All other atoms. Try to keep the order alphabetic. # |