From dbfd60b099753b34139bd99af0201cbc0da96be7 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Mon, 11 Apr 2016 11:32:52 -0700 Subject: generate names for unnamed AST nodes Also add flag to run-roundtrip, writing wast output to stdout (useful for testing) --- src/wasm-binary-reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-binary-reader.h') diff --git a/src/wasm-binary-reader.h b/src/wasm-binary-reader.h index c1012432..470f0a56 100644 --- a/src/wasm-binary-reader.h +++ b/src/wasm-binary-reader.h @@ -26,7 +26,7 @@ struct WasmAllocator; #define WASM_READ_BINARY_OPTIONS_DEFAULT \ - { 0 } + { WASM_FALSE } typedef struct WasmReadBinaryOptions { WasmBool read_debug_names; -- cgit v1.2.3