diff options
author | Araq <rumpf_a@web.de> | 2015-08-04 17:31:00 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-04 17:31:18 +0200 |
commit | ab26298a035ed794fc73724a6ae06eefd6c764d3 (patch) | |
tree | 92eabb800ac80655ec3036633f8bbe519fe94060 /web | |
parent | f8f967720598ad75ec0e0db68a983cbcdd39145d (diff) | |
download | Nim-ab26298a035ed794fc73724a6ae06eefd6c764d3.tar.gz |
added system.unsafeAddr
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index b72ae56d2..518793a4a 100644 --- a/web/news.txt +++ b/web/news.txt @@ -57,6 +57,11 @@ News Language Additions ------------------ + - ``system.unsafeAddr`` can be used to access the address of a ``let`` + variable or parameter for C interoperability. Since technically this + makes parameters and ``let`` variables mutable, it is considered even more + unsafe than the ordinary ``addr`` builtin. + Bugfixes -------- |