Browse Source

visualc, ngspice.h takes already care of `_logb'

pre-master-46
rlar 11 years ago
parent
commit
677384bb38
  1. 3
      visualc/include/ngspice/config.h

3
visualc/include/ngspice/config.h

@ -185,9 +185,6 @@
/* Define to 1 if you have the `logb' function. */
#define HAVE_LOGB 1
#ifdef _MSC_VER
#define logb _logb /* needed in spsmp.c */
#endif
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */

Loading…
Cancel
Save