summaryrefslogtreecommitdiff
path: root/src/wasm-emscripten.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-05-04 13:29:45 -0700
committerAlon Zakai <alonzakai@gmail.com>2017-05-04 13:29:45 -0700
commit7ba0e4e55dc4cced9de62ef8c76c4638c24f3136 (patch)
tree9f2638c320bfaba9c8f98824d862b01c95a81b1c /src/wasm-emscripten.h
parent5af21d6692c130a69af6bc96e74bed9717e4d4a3 (diff)
downloadbinaryen-7ba0e4e55dc4cced9de62ef8c76c4638c24f3136.tar.gz
binaryen-7ba0e4e55dc4cced9de62ef8c76c4638c24f3136.tar.bz2
binaryen-7ba0e4e55dc4cced9de62ef8c76c4638c24f3136.zip
Make header guards consistent (#997)
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r--src/wasm-emscripten.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h
index 07c470898..f9d2ae38c 100644
--- a/src/wasm-emscripten.h
+++ b/src/wasm-emscripten.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef wasm_emscripten_h
-#define wasm_emscripten_h
+#ifndef wasm_wasm_emscripten_h
+#define wasm_wasm_emscripten_h
#include "wasm.h"
@@ -39,4 +39,4 @@ void generateEmscriptenMetadata(std::ostream& o,
} // namespace wasm
-#endif // wasm_emscripten_h
+#endif // wasm_wasm_emscripten_h