From 4e7541cb2d067eeebce5f13f85c0d4f67a685299 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 24 Feb 2017 16:49:49 -0800 Subject: Remove struct and enum typedefs (#317) --- src/binary-reader-linker.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/binary-reader-linker.cc') diff --git a/src/binary-reader-linker.cc b/src/binary-reader-linker.cc index 6eae025a..568bd1eb 100644 --- a/src/binary-reader-linker.cc +++ b/src/binary-reader-linker.cc @@ -21,14 +21,14 @@ #define RELOC_SIZE 5 -typedef struct Context { +struct Context { WabtLinkerInputBinary* binary; WabtSection* reloc_section; WabtStringSlice import_name; WabtSection* current_section; -} Context; +}; static WabtResult on_reloc_count(uint32_t count, WabtBinarySection section_code, -- cgit v1.2.3