Changeset 2be40c81 in mainline
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ea7605d
- Parents:
- d350175
- git-author:
- Dzejrou <dzejrou@…> (2018-03-30 12:24:48)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/bool.h
rd350175 r2be40c81 36 36 #define ABI_BOOL_H_ 37 37 38 #ifndef __cplusplus 38 39 #define bool _Bool 40 #endif 39 41 40 42 #endif -
uspace/lib/cpp/include/internal/common.hpp
rd350175 r2be40c81 1 1 #ifndef LIBCPP_INTERNAL_COMMON 2 2 #define LIBCPP_INTERNAL_COMMON 3 4 /**5 * G++ is will not properly include libc6 * headers without this define.7 */8 #define _Bool bool9 3 10 4 /**
Note:
See TracChangeset
for help on using the changeset viewer.