]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF bug #691793, Python 2.3a2 build fails on Tru64
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 23:28:15 +0000 (23:28 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 23:28:15 +0000 (23:28 +0000)
commit6eb37f0eea47842f776c144f70d3c0dfbc2dabfe
tree92378a07ff23e27553b5301b5f7a1f5d25a333ff
parent8cd9a4fded8e6b7451e47c36585ef3d2a318dcc8
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