summaryrefslogtreecommitdiff
path: root/lang/solidity/files/patch-libevmasm_Instruction.h
blob: 36f47c312bee0be89fa563a5fe8f965d4c52aa69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libevmasm/Instruction.h.orig	2023-07-19 09:24:46 UTC
+++ libevmasm/Instruction.h
@@ -27,6 +27,8 @@
 #include <libsolutil/Assertions.h>
 #include <liblangutil/EVMVersion.h>
 
+#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0
+
 namespace solidity::evmasm
 {