remove __cplusplus guards in .c files
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
This commit is contained in:
Executable → Regular
-10
@@ -38,11 +38,6 @@
|
||||
#include "los_vm_page.h"
|
||||
#include "los_arch_mmu.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
|
||||
UINTPTR g_vmBootMemBase = (UINTPTR)&__bss_end;
|
||||
BOOL g_kHeapInited = FALSE;
|
||||
@@ -103,8 +98,3 @@ UINT32 OsSysMemInit(VOID)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
|
||||
Reference in New Issue
Block a user