move outside WITH_THREAD conditional

This commit is contained in:
Benjamin Peterson 2012-04-13 18:06:36 -04:00
parent 6688eb536a
commit 7c0b44ec17
1 changed files with 2 additions and 2 deletions

View File

@ -653,10 +653,10 @@ PyGILState_Release(PyGILState_STATE oldstate)
PyEval_SaveThread();
}
#endif /* WITH_THREAD */
#ifdef __cplusplus
}
#endif
#endif /* WITH_THREAD */