source: mainline/uspace/lib/cpp/include/internal/common.hpp@ 47203ee3

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 47203ee3 was 9475faf, checked in by Dzejrou <dzejrou@…>, 7 years ago

cpp: undefined restrict as per standard requirements

  • Property mode set to 100644
File size: 220 bytes
Line 
1#ifndef LIBCPP_INTERNAL_COMMON
2#define LIBCPP_INTERNAL_COMMON
3
4/**
5 * According to section 17.2 of the standard,
6 * the restrict qualifier shall be omitted.
7 */
8#define restrict
9
10#undef NULL
11#define NULL nullptr
12
13#endif
Note: See TracBrowser for help on using the repository browser.