00001 00005 #include <config.h> 00006 00007 #define NO_RETURN __attribute__((noreturn)) 00008 00017 #ifdef HAVE_GCC_CLASS_VISIBILITY 00018 #define CETA_DSO_EXPORT __attribute__((visibility ("default"))) 00019 #define CETA_DSO_LOCAL __attribute__((visibility ("internal"))) 00020 #else 00021 00022 #define CETA_DSO_EXPORT 00023 #define CETA_DSO_LOCAL 00024 #endif
1.4.6