More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -16,7 +16,4 @@ with open(f"wrap-{dash}.hpp", "w") as f:
|
||||
print("namespace eng {", file=f)
|
||||
print("} // namespace eng", file=f)
|
||||
print("", file=f)
|
||||
print("namespace drv {", file=f)
|
||||
print("} // namespace drv", file=f)
|
||||
print("", file=f)
|
||||
print(f"#endif // WRAP_{ubase}_HPP", file=f)
|
||||
|
||||
Reference in New Issue
Block a user