comparison liboctave/cruft/Faddeeva/Faddeeva.cc @ 19652:75a671fcdd73 stable

* Faddeeva.cc: Also use gnulib::log.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Jan 2015 15:21:25 -0500
parents 520ee3fec8eb
children 200da7d24174 2f4406e9dad6
comparison
equal deleted inserted replaced
19651:520ee3fec8eb 19652:75a671fcdd73
209 // gnulib::floor and the system ::floor (and only on ancient OSF systems) 209 // gnulib::floor and the system ::floor (and only on ancient OSF systems)
210 // has to do with floor(-0), which doesn't occur in the usage below, but 210 // has to do with floor(-0), which doesn't occur in the usage below, but
211 // the Octave developers prefer that we silence the warning. 211 // the Octave developers prefer that we silence the warning.
212 # ifdef GNULIB_NAMESPACE 212 # ifdef GNULIB_NAMESPACE
213 # define floor GNULIB_NAMESPACE::floor 213 # define floor GNULIB_NAMESPACE::floor
214 # define log GNULIB_NAMESPACE::log
214 # endif 215 # endif
215 216
216 #else // !__cplusplus, i.e. pure C (requires C99 features) 217 #else // !__cplusplus, i.e. pure C (requires C99 features)
217 218
218 # include "Faddeeva.h" 219 # include "Faddeeva.h"