Make basics include guard names more consistent.

This commit is contained in:
Dan Gohman 2019-04-11 11:26:54 -07:00
parent ad22a59013
commit 4646d29abc
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#ifndef __wasm___functions_malloc_h #ifndef __wasm_basics___functions_malloc_h
#define __wasm___functions_malloc_h #define __wasm_basics___functions_malloc_h
#define __need_size_t #define __need_size_t
#define __need_wchar_t #define __need_wchar_t

View File

@ -1,5 +1,5 @@
#ifndef __wasm___functions_memcpy_h #ifndef __wasm_basics___functions_memcpy_h
#define __wasm___functions_memcpy_h #define __wasm_basics___functions_memcpy_h
#define __need_size_t #define __need_size_t
#define __need_NULL #define __need_NULL

View File

@ -1,5 +1,5 @@
#ifndef __wasm_stdlib_h #ifndef __wasm_basics_stdlib_h
#define __wasm_stdlib_h #define __wasm_basics_stdlib_h
/* /*
* Include the real implementation, which is factored into a separate file so * Include the real implementation, which is factored into a separate file so

View File

@ -1,5 +1,5 @@
#ifndef __wasm_string_h #ifndef __wasm_basics_string_h
#define __wasm_string_h #define __wasm_basics_string_h
/* /*
* Include the real implementation, which is factored into a separate file so * Include the real implementation, which is factored into a separate file so

View File

@ -3612,9 +3612,9 @@
#define __wasm32 1 #define __wasm32 1
#define __wasm32__ 1 #define __wasm32__ 1
#define __wasm__ 1 #define __wasm__ 1
#define __wasm___functions_malloc_h
#define __wasm___functions_memcpy_h
#define __wasm_basics___errno_h #define __wasm_basics___errno_h
#define __wasm_basics___functions_malloc_h
#define __wasm_basics___functions_memcpy_h
#define __wasm_basics___include_inttypes_h #define __wasm_basics___include_inttypes_h
#define __wasm_basics___macro_PAGESIZE_h #define __wasm_basics___macro_PAGESIZE_h
#define __wasm_basics___struct_stat_h #define __wasm_basics___struct_stat_h