CVS: 'python/dist/src/Include pyfpe.h'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Thu, 13 Mar 1997 20:23:43 -0800


Update of /projects/cvsroot/python/dist/src/Include
In directory monty:/usr/people/guido/python/src/Include

Modified Files:
	pyfpe.h 
Log Message:
Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v).  v should be the
last variable to which a floating point expression is assigned.  The
macro passes its address to a dummy function so that the optimizer
can't delay calculating its value until after the macro.

--Guido van Rossum (home page: http://www.python.org/~guido/)