mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 16:38:06 +00:00
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…
x
Reference in New Issue
Block a user