bug fix 'extern int sh_vecinit()', not void
See patch #96, thanks to Balazs Kovacs
This commit is contained in:
parent
ce69e8d70c
commit
a406af26d6
|
|
@ -65,7 +65,7 @@ static int InterpPlotAdd(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr)
|
|||
#include "ngspice/tclspice.h"
|
||||
#elif defined SHARED_MODULE
|
||||
extern int sh_ExecutePerLoop(void);
|
||||
extern void sh_vecinit(runDesc *run);
|
||||
extern int sh_vecinit(runDesc *run);
|
||||
#endif
|
||||
|
||||
/*Suppressing progress info in -o option */
|
||||
|
|
|
|||
Loading…
Reference in New Issue