From b7b4779502c5f86a95c5b9fce14e1b2b08ada586 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 20 Jun 2020 13:28:06 -0400 Subject: Remove explicit __cplusplus test --- tools/o2narc/elf.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tools/o2narc/elf.h b/tools/o2narc/elf.h index ad47e94e..0373f6fd 100644 --- a/tools/o2narc/elf.h +++ b/tools/o2narc/elf.h @@ -1,10 +1,6 @@ #ifndef _ELF_H #define _ELF_H 1 -#ifdef __cplusplus -extern "C" { -#endif - /* Standard ELF types. */ #include @@ -2427,8 +2423,4 @@ typedef Elf32_Addr Elf32_Conflict; __END_DECLS -#ifdef __cplusplus -}; -#endif //__cplusplus - -#endif /* elf.h */ \ No newline at end of file +#endif /* elf.h */ -- cgit v1.2.3