Lots more work on eng::malloc
This commit is contained in:
@@ -10,7 +10,7 @@ with open(f"wrap-{dash}.hpp", "w") as f:
|
||||
print(f"#ifndef WRAP_{ubase}_HPP", file=f)
|
||||
print(f"#define WRAP_{ubase}_HPP", file=f)
|
||||
print("", file=f)
|
||||
print('#include "two-mallocs.hpp"', file=f)
|
||||
print('#include "eng-malloc.hpp"', file=f)
|
||||
print(f"#include <{base}>", file=f)
|
||||
print("", file=f)
|
||||
print("namespace eng {", file=f)
|
||||
|
||||
Reference in New Issue
Block a user