Merge pull request #4853 from StevenHessing/noddos
[feed/packages.git] / lang / python / python3 / patches / 011-fix-ncursesw-definition-colisions.patch
1 --- a/Modules/_cursesmodule.c
2 +++ b/Modules/_cursesmodule.c
3 @@ -116,7 +116,6 @@ char *PyCursesVersion = "2.2";
4 #defines many common symbols (such as "lines") which breaks the
5 curses module in other ways. So the code will just specify
6 explicit prototypes here. */
7 -extern int setupterm(char *,int,int *);
8 #ifdef __sgi
9 #include <term.h>
10 #endif