This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients Arfrever, doko, loewis, mark.dickinson, rpetrov, vstinner
Date 2010-05-10.10:21:17
SpamBayes Score 0.0031073273
Marked as misclassified No
Message-id <1273486880.89.0.838159406536.issue8510@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have access to source so my comment will be based only on diffs from above mentioned revisions.
r80969:
- AC_LANG_PROGRAM ... with main function in body . It is legal as I don't know C compiler that fail to compile code like ...int main() { int main() {...} ...} but is better to left body empty. Counted three times. All those cases tests for compiler flags and I think that AC_LANG_SOURCE is enough.

- body include  #include "confdefs.h" - may be buggy (before) and now AC_LANG_PROGRAM will add all defines. Counted any times. I think that is save to remove  #include "confdefs.h" from all those test cases.
History
Date User Action Args
2010-05-10 10:21:21rpetrovsetrecipients: + rpetrov, loewis, doko, mark.dickinson, vstinner, Arfrever
2010-05-10 10:21:20rpetrovsetmessageid: <1273486880.89.0.838159406536.issue8510@psf.upfronthosting.co.za>
2010-05-10 10:21:18rpetrovlinkissue8510 messages
2010-05-10 10:21:18rpetrovcreate