Ignore:
File:
1 edited

Legend:

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

    rc960331 r1c01c58  
    1616#pragma once
    1717
    18 // This is an internal bridge between the two modes and must be C compatable.
    19 
    20 #include <unwind.h>
    2118#include "bits/defs.hfa"
    2219#include "invoke.h"
    23 #include "exception.h"
    2420
    2521#ifdef __cforall
    2622extern "C" {
     23
     24#define HIDE_EXPORTS
    2725#endif
     26#include "unwind.h"
    2827
    2928struct exception_context_t * this_exception_context(void) OPTIONAL_THREAD;
     
    3332
    3433#ifdef __cforall
     34#undef HIDE_EXPORTS
    3535}
    3636#endif
Note: See TracChangeset for help on using the changeset viewer.