3
0
Fork 0
forked from mirrors/nixpkgs

cygwin: for 2.7.10 export-PyNode_SizeOf patch not needed anymore

This commit is contained in:
Rok Garbas 2015-05-27 15:16:53 +02:00
parent 8bebcd5d40
commit 93d507cac8
2 changed files with 0 additions and 14 deletions

View file

@ -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 */

View file

@ -51,7 +51,6 @@ let
./2.7.3-dylib.patch
./2.7.3-getpath-exe-extension.patch
./2.7.3-no-libm.patch
./2.7.5-export-PyNode_SizeOf.patch
];
preConfigure = ''