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