Changeset d9c44c3 for src/libcfa/assert
- Timestamp:
- Dec 6, 2016, 4:16:47 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- fa66f4e
- Parents:
- e4745d7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/assert ¶
re4745d7a rd9c44c3 17 17 #define __ASSERT_H__ 18 18 19 #ifdef __CFORALL__ 19 20 extern "C" { 21 #endif //__CFORALL__ 22 20 23 #include <assert.h> 21 24 … … 29 32 void __assert_fail_f( const char *assertion, const char *file, unsigned int line, const char *function, const char *fmt, ... ) __attribute__((noreturn)); 30 33 #endif 31 } 34 35 #ifdef __CFORALL__ 36 } // extern "C" 37 #endif //__CFORALL__ 32 38 33 39 #endif // __ASSERT_H__
Note: See TracChangeset
for help on using the changeset viewer.