Changes in src/libcfa/stdhdr/assert.h [ed0e67a:d9c44c3]
- File:
-
- 1 edited
-
src/libcfa/stdhdr/assert.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/stdhdr/assert.h
red0e67a rd9c44c3 14 14 // 15 15 16 #ifdef __CFORALL__ 16 17 extern "C" { 17 #include_next <assert.h> // has internal check for multiple expansion 18 #endif //__CFORALL__ 19 20 // has internal check for multiple expansion 21 #include_next <assert.h> 22 23 #ifdef __CFORALL__ 18 24 } // extern "C" 25 #endif //__CFORALL__ 19 26 20 27 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.