source: mainline/uspace/lib/cpp/include/__bits/common.hpp@ 7bbf91e

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

cpp: changed internal to bits to avoid include space pollusion, fixed old std::hel:: bugs in files that weren't touched since

  • Property mode set to 100644
File size: 212 bytes
RevLine 
[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.