Commit a5488ae7 authored by Marius Wachtler's avatar Marius Wachtler Committed by GitHub

Merge pull request #1250 from undingen/pyport_fix

Remove redefinition error in pyport.h
parents af389a7b ca2ff3c3
......@@ -22,14 +22,7 @@
#define PYSTON_CONST
#endif
#define Py_PROTO(x) x
// 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:
// Pyston change: the rest of these have just been copied from CPython's pyport.h:
/**************************************************************************
......
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