cygwin: for 2.7.10 export-PyNode_SizeOf patch not needed anymore
This commit is contained in:
parent
8bebcd5d40
commit
93d507cac8
@ -1,13 +0,0 @@
|
|||||||
For the parser extension
|
|
||||||
|
|
||||||
--- origsrc/Include/node.h 2013-05-11 22:32:41.000000000 -0500
|
|
||||||
+++ src/Include/node.h 2013-06-04 02:55:03.949347500 -0500
|
|
||||||
@@ -21,7 +21,7 @@ PyAPI_FUNC(int) PyNode_AddChild(node *n,
|
|
||||||
char *str, int lineno, int col_offset);
|
|
||||||
PyAPI_FUNC(void) PyNode_Free(node *n);
|
|
||||||
#ifndef Py_LIMITED_API
|
|
||||||
-Py_ssize_t _PyNode_SizeOf(node *n);
|
|
||||||
+PyAPI_FUNC(Py_ssize_t) _PyNode_SizeOf(node *n);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Node access functions */
|
|
@ -51,7 +51,6 @@ let
|
|||||||
./2.7.3-dylib.patch
|
./2.7.3-dylib.patch
|
||||||
./2.7.3-getpath-exe-extension.patch
|
./2.7.3-getpath-exe-extension.patch
|
||||||
./2.7.3-no-libm.patch
|
./2.7.3-no-libm.patch
|
||||||
./2.7.5-export-PyNode_SizeOf.patch
|
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user