Changeset 35c874a in mainline
- Timestamp:
- 2013-12-30T18:48:07Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e48c93
- Parents:
- 81d5f74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/macros.h
r81d5f74 r35c874a 69 69 #define PADD8 _padd(8, __LINE__) 70 70 71 #define STATIC_ASSERT(cond) int sassert[(cond) ? 1 : -1] 72 71 73 /** @} 72 74 */
Note:
See TracChangeset
for help on using the changeset viewer.