Replace "_PyRuntimeState" with "struct pyruntimestate" to avoid
a warning on typedef re-definition.
#endif
/* Forward declaration */
-typedef struct pyruntimestate _PyRuntimeState;
+struct pyruntimestate;
/* --- PyStatus ----------------------------------------------- */
const PyConfig *config2);
extern PyStatus _PyConfig_InitPathConfig(PyConfig *config);
extern void _PyConfig_Write(const PyConfig *config,
- _PyRuntimeState *runtime);
+ struct pyruntimestate *runtime);
extern PyStatus _PyConfig_SetPyArgv(
PyConfig *config,
const _PyArgv *args);