definitely exclude command completion in shared ngspice

This commit is contained in:
holger 2020-05-22 14:02:53 +02:00 committed by Holger Vogt
parent 8c4394839d
commit 061e48253b
1 changed files with 2 additions and 0 deletions

View File

@ -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