]> granicus.if.org Git - python/commit
Include Python.h first which defines _XOPEN_SOURCE
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 22 Mar 2003 16:35:37 +0000 (16:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 22 Mar 2003 16:35:37 +0000 (16:35 +0000)
commitdf5126df56cff1aae3a2a9bf61352efff40c915c
tree40f5f25c3eb1acfc387750caebc940a52d009686
parent24fcd23eae7cb5b2261e5c8f5f197f6f5fe11d6a
Include Python.h first which defines _XOPEN_SOURCE
which allows the file to compile and removes a warning about _XOPEN_SOURCE
being redefined (works on AIX 4.3 and 5.1 at least).
Python/dynload_aix.c