[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-21 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 358a0dd0a9f2 by Jesus Cea in branch '3.1': Port 5b607cd8c71b (closes #11892) http://hg.python.org/cpython/rev/358a0dd0a9f2 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Porting 5b607cd8c71b... -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Martin v . Löwis
Martin v. Löwis added the comment: Can you please check whether math.h hides the finite declaration for some reason? -- nosy: +loewis ___ Python tracker ___ ___

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Compiling 3.1, I get this warning: """ /export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Modules/cmathmodule.c:77: warning: implicit declaration of function 'finite' /export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Modules/mathmodule.c:149: warn