Changes in src/libcfa/exception.h [38ac6ec:307a732]
- File:
-
- 1 edited
-
src/libcfa/exception.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/exception.h
r38ac6ec r307a732 10 10 // Created On : Mon Jun 26 15:11:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Tus Jul 11 16:31:00 201713 // Update Count : 212 // Last Modified On : Mon Nov 26 15:11:00 2017 13 // Update Count : 0 14 14 // 15 15 … … 22 22 23 23 #ifdef __CFORALL__ 24 extern " C" {24 extern "BuiltinC" { 25 25 #endif 26 26 27 27 // Used in throw statement translation. 28 void __cfaehm__throw_terminat e(exception * except) __attribute__((noreturn));29 void __cfaehm__rethrow_terminat e() __attribute__((noreturn));30 void __cfaehm__throw_resum e(exception * except);28 void __cfaehm__throw_termination(exception * except) __attribute__((noreturn)); 29 void __cfaehm__rethrow_termination() __attribute__((noreturn)); 30 void __cfaehm__throw_resumption(exception * except); 31 31 32 32 // Function catches termination exceptions.
Note:
See TracChangeset
for help on using the changeset viewer.