]> www.ginac.de Git - cln.git/commit
Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln10_var).
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 14:14:24 +0000 (18:14 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:06 +0000 (08:41 +0400)
commiteedac861e082bb3e12392e0037842470310f80d6
treef9205f2bad9151f822d4cf0dd8dea232a9efe6fe
parent5ec5ca2758860e7249676e21153ae176fe4b01be
Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln10_var).

Turn cl_[SDFL]F_ln10 global variables into functions (which return a constant
reference to the static value) in order to avoid static initialization order
problems.
src/float/output/cl_F_dprint.cc
src/float/transcendental/cl_F_ln10.cc
src/float/transcendental/cl_F_ln10_f.cc
src/float/transcendental/cl_F_ln10_var.cc
src/float/transcendental/cl_F_tran.h
src/float/transcendental/cl_LF_ln10.cc