remove __cplusplus guards in .c files
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
This commit is contained in:
10
shell/full/src/base/shell_lk.c
Executable file → Normal file
10
shell/full/src/base/shell_lk.c
Executable file → Normal file
@@ -41,11 +41,6 @@
|
||||
#include "securec.h"
|
||||
|
||||
#ifdef LOSCFG_SHELL_LK
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
|
||||
typedef enum {
|
||||
MODULE0 = 0,
|
||||
@@ -228,9 +223,4 @@ VOID OsLkLoggerInit(const CHAR *str)
|
||||
SHELLCMD_ENTRY(log_shellcmd, CMD_TYPE_EX, "log", 1, (CmdCallBackFunc)CmdLog);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user