[Pyrex] prototype for pow() causes trouble

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jun 30 01:59:31 UTC 2007


Leif Strand wrote:

> Pyrex inserts its own prototype for pow() instead of #including 
> <math.h>.

I think I did it that way because it was hard to tell
whether pow() was used soon enough to emit a #include
for math.h. I'm handling includes a bit differently
now, so I'll see if this can be improved.

Thanks,
Greg



More information about the Pyrex mailing list