From 677384bb38b5858c4aae96c816a0a7bca52e0d09 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 23 Oct 2015 21:59:01 +0200 Subject: [PATCH] visualc, ngspice.h takes already care of `_logb' --- visualc/include/ngspice/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/visualc/include/ngspice/config.h b/visualc/include/ngspice/config.h index b2ebef3aa..b24ee33fb 100644 --- a/visualc/include/ngspice/config.h +++ b/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. */