mirror of https://github.com/status-im/evmc.git
commit
a4f7029371
|
@ -10,3 +10,9 @@
|
|||
#else
|
||||
#define EVMC_EXPORT __attribute__((visibility("default")))
|
||||
#endif
|
||||
|
||||
#if __cplusplus
|
||||
#define EVMC_NOEXCEPT noexcept
|
||||
#else
|
||||
#define EVMC_NOEXCEPT
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue