diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-20 13:28:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-20 13:29:39 -0400 |
commit | b7b4779502c5f86a95c5b9fce14e1b2b08ada586 (patch) | |
tree | 1a127777feaf7a0b28314388d8a0a2bd86b3a54e | |
parent | c3ef2ae6c949ecc2c847c74bb6b2f56dccd1b044 (diff) |
Remove explicit __cplusplus test
-rw-r--r-- | tools/o2narc/elf.h | 10 |
1 files changed, 1 insertions, 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 <inttypes.h> @@ -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 */ |