Kaydet (Commit) 5e41644d authored tarafından Guido van Rossum's avatar Guido van Rossum

Added _REENTRANT definition

üst 0c5e3c8d
......@@ -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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment