[Python-bugs-list] [Bug #119622] Python 2.0 compile errors ...

noreply@sourceforge.net noreply@sourceforge.net
Sat, 28 Oct 2000 04:42:25 -0700


Bug #119622, was updated on 2000-Oct-28 04:42
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: Python 2.0 compile errors ...

Details: 
Hi,

the modules marshal.c and compile.c causes compilation errors because of several 
'extern double atof()' declarations when Python 2.0 will be compiled with gcc or Watcom 10.6.

IMHO ... these statements are misplaced and useless because the extern declaration of atof() is allready
included in the standard header.

Regards

 

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=119622&group_id=5470