commit | 0d314033184e699e749f0fdf7aaae26f07363767 | [log] [tgz] |
---|---|---|
author | Nicholas Lowell <nlowell@lexmark.com> | Wed Jul 29 14:34:59 2020 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 05 13:29:31 2021 +0100 |
tree | 5e4d14ebea394ec1774606a2d82106a79f939492 | |
parent | 4ae9fb6ce5b3ed48e8fbf96300186afc81415484 [diff] |
toolchain: define ZRESTRICT for restrict aliasing restrict keyword is not supported in C++, however GNUC does support __restrict for C/C++ so we can use that, however the complexity of toolchains requires a ZRESTRICT symbol that should be used throughout the codebase to not cause any conflicts or redefinition errors Signed-off-by: Nicholas Lowell <nlowell@lexmark.com>