Author: marmoute
Date: Sun Jan 17 01:27:46 2010
New Revision: 512

URL: http://svn.gna.org/viewcvs/soya?rev=512&view=rev
Log:
Correct pyrex bug (typecast + functioncall)

Casting the return of a function call leads to a double call of the function 
(pyrex bug).
We use a temporary void pointer as a work-around.

Modified:
    trunk/soya/model/tree.pyx
    trunk/soya/ode/collision.pyx
    trunk/soya/ode/geom-terrain.pyx
    trunk/soya/ode/old/land.pyx
    trunk/soya/ode/old/terrain.pyx
    trunk/soya/ode/old/util.pyx
    trunk/soya/ode/space.pyx
    trunk/soya/soya3d/raypick.pyx
    trunk/soya/soya3d/world.pyx


_______________________________________________
Soya-cvs mailing list
Soya-cvs@gna.org
https://mail.gna.org/listinfo/soya-cvs

Reply via email to