消息 [105427]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-05-10 10:21:21 | rpetrov | 修改 | recipients:
+ rpetrov, loewis, doko, mark.dickinson, vstinner, Arfrever |
| 2010-05-10 10:21:20 | rpetrov | 修改 | messageid: <1273486880.89.0.838159406536.issue8510@psf.upfronthosting.co.za> |
| 2010-05-10 10:21:18 | rpetrov | 链接 | issue8510 messages |
| 2010-05-10 10:21:18 | rpetrov | 创建 | |
|