mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
13 lines
284 B
C++
13 lines
284 B
C++
--- src/cpp-ethereum/libaleth-interpreter/VM.cpp.orig 2019-09-18 13:47:22 UTC
|
|
+++ src/cpp-ethereum/libaleth-interpreter/VM.cpp
|
|
@@ -20,6 +20,10 @@
|
|
|
|
#include <aleth/buildinfo.h>
|
|
|
|
+#ifdef MSIZE
|
|
+#undef MSIZE
|
|
+#endif /* MSIZE */
|
|
+
|
|
namespace
|
|
{
|
|
void destroy(evmc_instance* _instance)
|