Added _REENTRANT definition

This commit is contained in:
Guido van Rossum 1996-07-31 17:52:04 +00:00
parent 0c5e3c8d6a
commit 5e41644ddd
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ 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__