Changes in libcfa/src/exception.h [c40157e:142930b]
- File:
-
- 1 edited
-
libcfa/src/exception.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.h
rc40157e r142930b 43 43 extern struct __cfavir_type_info __cfatid_exception_t; 44 44 45 struct __cfaehm_base_exception_t * __cfaehm_get_current_exception(void);46 45 47 46 void __cfaehm_cancel_stack(exception_t * except) __attribute__((noreturn)); … … 58 57 59 58 // Function catches termination exceptions. 60 int__cfaehm_try_terminate(59 void __cfaehm_try_terminate( 61 60 void (*try_block)(), 62 61 void (*catch_block)(int index, exception_t * except),
Note:
See TracChangeset
for help on using the changeset viewer.