Changes in src/libcfa/stdhdr/assert.h [0cf5b79:d6c1dd0]
- File:
-
- 1 edited
-
src/libcfa/stdhdr/assert.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/stdhdr/assert.h
r0cf5b79 rd6c1dd0 4 4 // The contents of this file are covered under the licence agreement in the 5 5 // file "LICENCE" distributed with Cforall. 6 // 7 // assert.h -- 8 // 6 // 7 // assert.h -- 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Mon Jul 4 23:25:26 2016 … … 12 12 // Last Modified On : Mon Jul 31 23:09:32 2017 13 13 // Update Count : 13 14 // 14 // 15 15 16 #ifdef __ cforall16 #ifdef __CFORALL__ 17 17 extern "C" { 18 #endif //__ cforall18 #endif //__CFORALL__ 19 19 20 20 #include_next <assert.h> … … 30 30 #endif 31 31 32 #ifdef __ cforall32 #ifdef __CFORALL__ 33 33 } // extern "C" 34 #endif //__ cforall34 #endif //__CFORALL__ 35 35 36 36 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.