mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Oops. I killed a bit too much and not enough when I deleted intobject.c.
This commit is contained in:
parent
c77e24b233
commit
22201221cc
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,12 @@
|
|||
|
||||
#include <ctype.h>
|
||||
|
||||
long
|
||||
PyInt_GetMax(void)
|
||||
{
|
||||
return LONG_MAX; /* To initialize sys.maxint */
|
||||
}
|
||||
|
||||
#ifndef NSMALLPOSINTS
|
||||
#define NSMALLPOSINTS 257
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue