Commit ca2ff3c3 authored by Marius Wachtler's avatar Marius Wachtler

Remove redefinition error in pyport.h

parent af389a7b
...@@ -22,14 +22,7 @@ ...@@ -22,14 +22,7 @@
#define PYSTON_CONST #define PYSTON_CONST
#endif #endif
#define Py_PROTO(x) x // Pyston change: the rest of these have just been copied from CPython's pyport.h:
// Pyston change: these are just hard-coded for now:
typedef ssize_t Py_ssize_t;
#define Py_FORMAT_PARSETUPLE(func,p1,p2)
#define Py_GCC_ATTRIBUTE(x) __attribute__(x)
// Pyston change: the rest of these have just been copied from CPython's pyport.h, in an arbitrary order:
/************************************************************************** /**************************************************************************
......
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