Chris H. writes:

If we're going to put the PyOS_strtol() proto in intobject.h we should
include it here or the symbol isn't exported on PowerPC.
This commit is contained in:
Guido van Rossum 1998-12-18 22:02:37 +00:00
parent eb452321af
commit 1924a0677d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#include "config.h"
#include "Python.h"
#if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
#define _SGI_MP_SOURCE