Explorar el Código

armdefs: Remove unnecessary extern C

Lioncash hace 11 años
padre
commit
f48b0100a6
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      src/core/arm/skyeye_common/armdefs.h

+ 0 - 6
src/core/arm/skyeye_common/armdefs.h

@@ -294,14 +294,8 @@ enum {
 /***************************************************************************\
 /***************************************************************************\
 *                  Definitons of things in the emulator                     *
 *                  Definitons of things in the emulator                     *
 \***************************************************************************/
 \***************************************************************************/
-#ifdef __cplusplus
-extern "C" {
-#endif
 extern void ARMul_EmulateInit();
 extern void ARMul_EmulateInit();
 extern void ARMul_Reset(ARMul_State* state);
 extern void ARMul_Reset(ARMul_State* state);
-#ifdef __cplusplus
-    }
-#endif
 extern ARMul_State* ARMul_NewState(ARMul_State* state);
 extern ARMul_State* ARMul_NewState(ARMul_State* state);
 
 
 /***************************************************************************\
 /***************************************************************************\