Re: [Python-Dev] fmod.c

2007-03-11 Thread Neal Norwitz
Unless someone speaks up to save Python/fmod.c, I'll remove this file in a few days. Thanks Paul! n -- On 3/10/07, Paul Hankin <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there any need for Python/fmod.c any more? I can't see how > it can be included because there's no test for fmod in the > ./c

[Python-Dev] fmod.c

2007-03-10 Thread Paul Hankin
Hi all, Is there any need for Python/fmod.c any more? I can't see how it can be included because there's no test for fmod in the ./configure script and grepping all files in the tree for fmod.c finds nothing except a commented out line in PC/os2vacpp/makefile.omk If it is needed, it needs fixing