Decommision src_common prior to reintroducing it for files common between eth and plugins
This commit is contained in:
@@ -157,8 +157,8 @@ if __name__ == "__main__":
|
||||
"src/tokens.h",
|
||||
"src/chainConfig.h",
|
||||
"src/utils.h",
|
||||
"src_common/ethUstream.h",
|
||||
"src_common/ethUtils.h",
|
||||
"src/ethUstream.h",
|
||||
"src/ethUtils.h",
|
||||
"src/shared_context.h",
|
||||
"src/eth_plugin_internal.h",
|
||||
"src/nft.h",
|
||||
@@ -203,7 +203,7 @@ if __name__ == "__main__":
|
||||
# extract and merge function bodies
|
||||
c_files_to_merge = [
|
||||
"src/utils.c",
|
||||
"src_common/ethUtils.c",
|
||||
"src/ethUtils.c",
|
||||
"src/eth_plugin_internal.c",
|
||||
]
|
||||
merge_c_files(c_files_to_merge, nodes_to_extract["fn"])
|
||||
|
||||
Reference in New Issue
Block a user