From b6786d8187e79d60fcb24e3e6589444cf463128a Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 22 Dec 2015 14:53:34 -0800 Subject: Fix / uniformize include guards --- src/compiler-support.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/compiler-support.h') diff --git a/src/compiler-support.h b/src/compiler-support.h index f0ec62535..54dd61bc8 100644 --- a/src/compiler-support.h +++ b/src/compiler-support.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __compiler_support_h__ -#define __compiler_support_h__ +#ifndef wasm_compiler_support_h +#define wasm_compiler_support_h #ifndef __has_feature # define __has_feature(x) 0 @@ -35,4 +35,4 @@ # define WASM_UNREACHABLE() abort() #endif -#endif // __compiler_support_h__ +#endif // wasm_compiler_support_h -- cgit v1.2.3