Changeset d5a89a3 in mainline for uspace/lib/c/include/assert.h
- Timestamp:
- 2019-02-11T22:31:04Z (6 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/assert.h
re3272101 rd5a89a3 38 38 // This is in accordance with the C standard. 39 39 40 #ifndef LIBC_ASSERT_H_41 #define LIBC_ASSERT_H_40 #ifndef _LIBC_ASSERT_H_ 41 #define _LIBC_ASSERT_H_ 42 42 43 43 #ifndef __cplusplus 44 #define static_assert (expr) _Static_assert(expr, "")44 #define static_assert _Static_assert 45 45 #endif 46 46
Note:
See TracChangeset
for help on using the changeset viewer.