diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-01-05 11:35:13 -0800 |
---|---|---|
committer | Derek Schuff <dschuff@chromium.org> | 2016-01-05 11:35:13 -0800 |
commit | 3d9be10028c6c3136c8e98f32c91fae369bd3ed2 (patch) | |
tree | ab8aa43d26751ad98f810d789b0ddbcb6b2a445e /src/wasm.h | |
parent | 0b039cdd94ba166b83a37fcbff3b6d50ae4faf07 (diff) | |
download | wabt-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -479,7 +479,7 @@ typedef struct WasmModuleField { union { WasmFunc func; WasmImport import; - WasmExport wasm_export; + WasmExport export_; WasmVarVector table; WasmFuncType func_type; WasmMemory memory; |