 |
Yoba Perl
|
1 #ifndef YOBAPERL_COMMON_HPP 2 #define YOBAPERL_COMMON_HPP 11 #include <unordered_map> 18 #define my_perl _interpreter 20 #ifndef YOBAPERL_MULTIPLICITY 21 #define PERL_NO_GET_CONTEXT 29 #define YOBAPERL_UNUSED(x) PERL_UNUSED_ARG(x) 30 #define YOBAPERL_ASSERT(x) assert(x) 33 #define YOBAPERL_EXPORT __attribute__ ((__visibility__ ("default"))) 35 #define YOBAPERL_EXPORT __declspec(dllexport) 37 #define YOBAPERL_EXPORT 42 namespace yoba {
extern "C" {
51 #endif // YOBAPERL_COMMON_HPP