definitely exclude command completion in shared ngspice
This commit is contained in:
parent
8c4394839d
commit
061e48253b
|
|
@ -703,6 +703,8 @@ ngSpice_Init(SendChar* printfcn, SendStat* statusfcn, ControlledExit* ngspiceexi
|
|||
nobgtrwanted = TRUE;
|
||||
immediate = FALSE;
|
||||
|
||||
cp_nocc = TRUE;
|
||||
|
||||
#ifdef THREADS
|
||||
/* init the mutexes */
|
||||
#ifdef HAVE_LIBPTHREAD
|
||||
|
|
|
|||
Loading…
Reference in New Issue