- File:
-
- 1 edited
-
libcfa/src/concurrency/exception.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/exception.hfa
r1c01c58 rd119d613 18 18 #include "bits/defs.hfa" 19 19 #include "invoke.h" 20 struct _Unwind_Exception; 21 22 // It must also be usable as a C header file. 20 23 21 24 #ifdef __cforall 22 25 extern "C" { 23 24 #define HIDE_EXPORTS25 26 #endif 26 #include "unwind.h"27 27 28 28 struct exception_context_t * this_exception_context(void) OPTIONAL_THREAD; … … 32 32 33 33 #ifdef __cforall 34 #undef HIDE_EXPORTS35 34 } 36 35 #endif
Note:
See TracChangeset
for help on using the changeset viewer.