sim: drop extern C linkage from most sim interface headers
[deliverable/binutils-gdb.git] / include / gdb / sim-lm32.h
index 8fa5cf417e8d27863fd3fa6587b39baf878014b3..55926d492c75da4ae15a17dc1dd69a6562009562 100644 (file)
 #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
This page took 0.023314 seconds and 4 git commands to generate.