diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-09 23:12:52 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 00:38:26 -0500 |
commit | c4d4ed40834de8e2b493f83cf15291f2d2e38c6f (patch) | |
tree | 41a60a31ed024349fcc54632b879111612789123 /include/gdb/sim-lm32.h | |
parent | Bump version to 2.26.51 (diff) | |
download | binutils-gdb-c4d4ed40834de8e2b493f83cf15291f2d2e38c6f.tar.gz binutils-gdb-c4d4ed40834de8e2b493f83cf15291f2d2e38c6f.tar.bz2 binutils-gdb-c4d4ed40834de8e2b493f83cf15291f2d2e38c6f.zip |
sim: drop extern C linkage from most sim interface headers
Since these headers merely have enum's, drop the extern C linkage
markings. Helps to reduce the copy & paste spam.
Diffstat (limited to 'include/gdb/sim-lm32.h')
-rw-r--r-- | include/gdb/sim-lm32.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gdb/sim-lm32.h b/include/gdb/sim-lm32.h index 8fa5cf417e8..55926d492c7 100644 --- a/include/gdb/sim-lm32.h +++ b/include/gdb/sim-lm32.h @@ -21,10 +21,6 @@ #ifndef SIM_LM32_H #define SIM_LM32_H -#ifdef __cplusplus -extern "C" { // } -#endif - enum sim_lm32_regs { SIM_LM32_R0_REGNUM, @@ -69,8 +65,4 @@ enum sim_lm32_regs SIM_LM32_NUM_REGS }; -#ifdef __cplusplus -} -#endif - #endif |