]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport relevant portions of:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 23:34:37 +0000 (23:34 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 23:34:37 +0000 (23:34 +0000)
commit1d443bdf6915c56f5832a61a4c47a5fc6614750d
tree55d239399760bacf1d194842f1610d33024e68aa
parent763603d0e89ab395372b871768d119841d12f26c
Backport relevant portions of:

Fix SF bug #691793, Python 2.3a2 build fails on Tru64

Need to make sure that preprocessor directives start in first column.
This means we can't indent code which has preprocessor directives,
nor have a space between [ #include for example.
configure
configure.in