]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.
authorGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 19:53:37 +0000 (19:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Apr 2001 19:53:37 +0000 (19:53 +0000)
commit858ca0f2293e6f7bb38e2935e44504baeed35a4f
tree9a4e26022afe2f92f15962ee6536b4346dd9e91c
parent9a9d219f07656a9f1eb6f8beb2a9e2ee462b77f8
Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.

Michael Hudson suggested this fox for the Tru64 problem (SF bug
232597).  It looks reasonable, it works on Tru64, and it doesn't beak
anything on Linux, so I say go for it.
Modules/_cursesmodule.c