]> www.ginac.de Git - cln.git/commit
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not really necessary.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 12:06:02 +0000 (16:06 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:07 +0000 (08:41 +0400)
commit9dfb3f1d5403dcb8eb72a089170037ded0b7d658
treee4da997d241aa514fba873eae1443a02f5480df7
parentca058077dc37e100c72c7340343d3366c23a114b
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not really necessary.

Move static variables [SFDL]F_negative_epsilon into LF_negative_epsilon()
function (which is the only user of those variables) in order to avoid
possible static order initialization problems. While at it, make
LF_negative_epsilon() function static.
include/cln/float.h
src/float/misc/cl_F_epsneg.cc