diff options
author | Björn Gustavsson <[email protected]> | 2019-02-14 11:33:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-02-14 11:33:30 +0100 |
commit | 21988f3d212778124565038a2b2310925eb6ccc1 (patch) | |
tree | 4d786abe0de4b8a9a6f6568fbd4a57ef9fd5bf38 /erts/etc | |
parent | 29534be6b43a9f0892996efd618dfe948fac8ded (diff) | |
parent | ea0e763e953f9c7d1fa9c142f24cb95f56119c56 (diff) | |
download | otp-21988f3d212778124565038a2b2310925eb6ccc1.tar.gz otp-21988f3d212778124565038a2b2310925eb6ccc1.tar.bz2 otp-21988f3d212778124565038a2b2310925eb6ccc1.zip |
Merge pull request #2113 from richcarl/optional-tuple-calls
Optional tuple calls
OTP-15580
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 0cb01fd4ef..23bbb86333 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -174,6 +174,7 @@ static char *plusz_val_switches[] = { "dbbl", "dntgc", "ebwt", + "tma", NULL }; |