mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Put definition of _REENTRANT in config.h
This commit is contained in:
parent
cee555bda2
commit
9caf77a485
5 changed files with 72 additions and 74 deletions
|
@ -26,10 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef WITH_THREAD
|
||||
#define _REENTRANT
|
||||
#endif
|
||||
|
||||
/* Convert a possibly signed character to a nonnegative int */
|
||||
/* XXX This assumes characters are 8 bits wide */
|
||||
#ifdef __CHAR_UNSIGNED__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue