From 2a28c51c1e91ab3218bbd6e47d15b33a52833e16 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 23 Dec 2022 16:48:33 +0100 Subject: [PATCH] Add PREDICTOR pre-processor flag to MSVC --- visualc/src/include/ngspice/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 996df4747..e0e160020 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -491,7 +491,7 @@ #define PACKAGE_VERSION VERSION /* Define if we want predictor algorithm */ -/* #undef PREDICTOR */ +#define PREDICTOR /* Define to 1 if the C compiler supports function prototypes. */ /* #undef PROTOTYPES */