]> granicus.if.org Git - python/commit
Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the
authorGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 04:23:42 +0000 (04:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 04:23:42 +0000 (04:23 +0000)
commit1f06beeeddea2abefe6ab10ced35d7c4186f9940
tree36c12af33edfa013494140817ee98b357c920f36
parentefd3a3a843b15c05696ba4ac8c23b00d9d9a24ce
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.
Include/pyfpe.h