Browse Source

definitely exclude command completion in shared ngspice

pre-master-46
holger 6 years ago
committed by Holger Vogt
parent
commit
061e48253b
  1. 2
      src/sharedspice.c

2
src/sharedspice.c

@ -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…
Cancel
Save