commit | a8bf774b96bc1ed93f0ca8514c061ee0f15bfac6 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Oct 19 01:16:17 2015 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Oct 19 01:16:17 2015 +0000 |
tree | d6932229a256d42c3d4dd5d6b6b9247130594e00 | |
parent | 187fcf1e5d16456f44ab01bda3f2ecb77eff593f [diff] |
Python: follow python guidelines for header usage Python requires that Python.h is included before any std header. Not doing so results in conflicts with standards macros such as `_XOPEN_SOURCE`. NFC. llvm-svn: 250673