1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
Martine Lenders 82c318224b tlsf: fix for llvm
The `__GNUC__` is also available in `clang` as is just used to provide
the major version of a GNU-C compatible compiler [[1]]. So I check for
`tlsf` if the `alloc_size()` is available by using the combination of
macros as proposed here: https://stackoverflow.com/a/43205345/395687

[1]: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
2018-07-31 21:35:29 +02:00
..
2018-06-11 19:12:02 +02:00
2018-06-28 14:11:00 +02:00
2018-06-11 19:12:02 +02:00
2018-05-23 16:58:25 +02:00
2018-06-15 10:49:38 +02:00
2018-07-31 21:35:29 +02:00
2018-04-05 14:20:42 +02:00
2016-03-05 03:05:32 +01:00