summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-05-03 18:14:11 -0400
committerGitHub <noreply@github.com>2018-05-03 18:14:11 -0400
commit048dfad1e8e05aead68cdd062653d8f51d2eaf88 (patch)
tree5157ad3d51aa3765df04a226206441a07e95974f /bootstrap
parenta908284b112ff77dbf0ae9b9f946bc7b739faf29 (diff)
parente321ca64981504f10a3be1715ce5d94c3cd10ae7 (diff)
Merge pull request #1773 from ferd/otp-21-stacktrace-compat
Work around OTP-21 deprecation of get_stacktrace() and other incompatible changes
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 9675e1d..5899e9b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -571,6 +571,7 @@ additional_defines() ->
[{d, D} || {Re, D} <- [{"^[0-9]+", namespaced_types},
{"^R1[4|5]", deprecated_crypto},
{"^2", unicode_str},
+ {"^(R|1|20)", fun_stacktrace},
{"^((1[8|9])|2)", rand_module}],
is_otp_release(Re)].