Rename wasm C sources to avoid conflicts with standard wasm headers
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
b40a42ac0f
commit
dfc6d93bae
6 changed files with 4 additions and 13 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include "./stack.h"
|
||||
#include "./subtree.h"
|
||||
#include "./tree.h"
|
||||
#include "./wasm.h"
|
||||
#include "./wasm_store.h"
|
||||
|
||||
#define LOG(...) \
|
||||
if (self->lexer.logger.log || self->dot_graph_file) { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue