visualc, ngspice.h takes already care of `_logb'
This commit is contained in:
parent
0f577ed371
commit
677384bb38
|
|
@ -185,9 +185,6 @@
|
||||||
|
|
||||||
/* Define to 1 if you have the `logb' function. */
|
/* Define to 1 if you have the `logb' function. */
|
||||||
#define HAVE_LOGB 1
|
#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
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
||||||
to 0 otherwise. */
|
to 0 otherwise. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue