source:
mainline/uspace/lib/cpp/include/__bits/common.hpp@
d9a9e7b
Last change on this file since d9a9e7b was 7bbf91e, checked in by , 7 years ago | |
---|---|
|
|
File size: 212 bytes |
Rev | Line | |
---|---|---|
[7bbf91e] | 1 | #ifndef LIBCPP_BITS_COMMON |
2 | #define LIBCPP_BITS_COMMON | |
[a1aecb1] | 3 | |
4 | /** | |
[9475faf] | 5 | * According to section 17.2 of the standard, |
6 | * the restrict qualifier shall be omitted. | |
[a1aecb1] | 7 | */ |
[9475faf] | 8 | #define restrict |
[a1aecb1] | 9 | |
[0564a02e] | 10 | #undef NULL |
11 | #define NULL nullptr | |
12 | ||
[a1aecb1] | 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.