source:
mainline/uspace/lib/cpp/include/internal/common.hpp@
8349334
Last change on this file since 8349334 was 9475faf, checked in by , 7 years ago | |
---|---|
|
|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[a1aecb1] | 1 | #ifndef LIBCPP_INTERNAL_COMMON |
2 | #define LIBCPP_INTERNAL_COMMON | |
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.