summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2016-01-05 11:35:13 -0800
committerDerek Schuff <dschuff@chromium.org>2016-01-05 11:35:13 -0800
commit3d9be10028c6c3136c8e98f32c91fae369bd3ed2 (patch)
treeab8aa43d26751ad98f810d789b0ddbcb6b2a445e /src/wasm.h
parent0b039cdd94ba166b83a37fcbff3b6d50ae4faf07 (diff)
downloadwabt-3d9be10028c6c3136c8e98f32c91fae369bd3ed2.tar.gz
wabt-3d9be10028c6c3136c8e98f32c91fae369bd3ed2.tar.bz2
wabt-3d9be10028c6c3136c8e98f32c91fae369bd3ed2.zip
Rename wasm_export to export_
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index fe4ca245..a371148f 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -479,7 +479,7 @@ typedef struct WasmModuleField {
union {
WasmFunc func;
WasmImport import;
- WasmExport wasm_export;
+ WasmExport export_;
WasmVarVector table;
WasmFuncType func_type;
WasmMemory memory;