summaryrefslogtreecommitdiff
path: root/src/support/name.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2019-06-30 08:43:48 -0700
committerGitHub <noreply@github.com>2019-06-30 08:43:48 -0700
commitec178c958940ffd436bef52c0ca089700b5638df (patch)
tree985ab40905a7fc07c99b6b93a65f29d9a7876ac5 /src/support/name.h
parentba6cf2eff312a571fb1964e05aeb285c63a4772c (diff)
downloadbinaryen-ec178c958940ffd436bef52c0ca089700b5638df.tar.gz
binaryen-ec178c958940ffd436bef52c0ca089700b5638df.tar.bz2
binaryen-ec178c958940ffd436bef52c0ca089700b5638df.zip
Bysyncify: allow wildcard endings in import list (#2190)
This allows us to do things in emscripten like note that all env.invoke_* functions are important.
Diffstat (limited to 'src/support/name.h')
-rw-r--r--src/support/name.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/support/name.h b/src/support/name.h
index 6f17c3ebf..b6242aabc 100644
--- a/src/support/name.h
+++ b/src/support/name.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef wasm_support_string_h
-#define wasm_support_string_h
+#ifndef wasm_support_name_h
+#define wasm_support_name_h
#include <cstring>
@@ -65,4 +65,4 @@ template<> struct hash<wasm::Name> : hash<cashew::IString> {};
} // namespace std
-#endif // wasm_support_string_h
+#endif // wasm_support_name_h