diff options
author | Patrik Nyblom <[email protected]> | 2013-07-30 17:41:14 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-08-09 12:10:43 +0200 |
commit | 1f4c016785a924b2e42fbb7858640be3d46e9625 (patch) | |
tree | 76805d61bdb6d35d5acbfa6e0a453a132765b340 /erts/emulator/beam/atom.names | |
parent | 00999b464b9dbbbe4d538490a8892557c1d9d6df (diff) | |
download | otp-1f4c016785a924b2e42fbb7858640be3d46e9625.tar.gz otp-1f4c016785a924b2e42fbb7858640be3d46e9625.tar.bz2 otp-1f4c016785a924b2e42fbb7858640be3d46e9625.zip |
Add return_errors option to re:run/3
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 cf8f511b85..8e5a079181 100644 --- a/erts/emulator/beam/atom.names +++ b/erts/emulator/beam/atom.names @@ -320,6 +320,8 @@ atom low atom Lt='<' atom machine atom match +atom match_limit +atom match_limit_recursion atom match_spec atom max atom maximum @@ -477,6 +479,7 @@ atom register atom registered_name atom reload atom rem +atom report_errors atom reset atom restart atom return_from |