mirror of https://github.com/python/cpython.git
Added SIZEOF_VOID_P and HAVE_LONG_LONG
This commit is contained in:
parent
573788eef1
commit
60a9ee2679
|
@ -44,6 +44,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_LONG 4
|
||||
#define SIZEOF_VOID_P 4
|
||||
#define HAVE_LONG_LONG 1
|
||||
|
||||
#ifdef THINK_C
|
||||
#define HAVE_FOPENRF
|
||||
|
|
Loading…
Reference in New Issue