diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/prebuilt/wasm2c.include.h | 2 | ||||
-rw-r--r-- | src/wasm2c.h.tmpl | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/prebuilt/wasm2c.include.h b/src/prebuilt/wasm2c.include.h index d2657c5a..23319cde 100644 --- a/src/prebuilt/wasm2c.include.h +++ b/src/prebuilt/wasm2c.include.h @@ -16,8 +16,6 @@ const char SECTION_NAME(top)[] = "#define WASM_RT_PASTE(x, y) WASM_RT_PASTE_(x, y)\n" "#define WASM_RT_ADD_PREFIX(x) WASM_RT_PASTE(WASM_RT_MODULE_PREFIX, x)\n" "\n" -"#define WASM_RT_DEFINE_EXTERNAL(decl, target) decl = ⌖\n" -"\n" "/* TODO(binji): only use stdint.h types in header */\n" "typedef uint8_t u8;\n" "typedef int8_t s8;\n" diff --git a/src/wasm2c.h.tmpl b/src/wasm2c.h.tmpl index d4a80d64..ac51cde9 100644 --- a/src/wasm2c.h.tmpl +++ b/src/wasm2c.h.tmpl @@ -15,8 +15,6 @@ extern "C" { #define WASM_RT_PASTE(x, y) WASM_RT_PASTE_(x, y) #define WASM_RT_ADD_PREFIX(x) WASM_RT_PASTE(WASM_RT_MODULE_PREFIX, x) -#define WASM_RT_DEFINE_EXTERNAL(decl, target) decl = ⌖ - /* TODO(binji): only use stdint.h types in header */ typedef uint8_t u8; typedef int8_t s8; |