]> www.ginac.de Git - cln.git/commit
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), 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)
commitca058077dc37e100c72c7340343d3366c23a114b
treecf5a71f023b2aebb91143fdf8025c8a501a3fb45
parent84167573d97b9b429209a76f3a098d5370eb8121
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), it is not really necessary.

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