Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/exception.hfa

    r1c01c58 rd119d613  
    1818#include "bits/defs.hfa"
    1919#include "invoke.h"
     20struct _Unwind_Exception;
     21
     22// It must also be usable as a C header file.
    2023
    2124#ifdef __cforall
    2225extern "C" {
    23 
    24 #define HIDE_EXPORTS
    2526#endif
    26 #include "unwind.h"
    2727
    2828struct exception_context_t * this_exception_context(void) OPTIONAL_THREAD;
     
    3232
    3333#ifdef __cforall
    34 #undef HIDE_EXPORTS
    3534}
    3635#endif
Note: See TracChangeset for help on using the changeset viewer.