From 5c8b79506483d879e723c72ae0da06ce0871d25f Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 25 Sep 2019 10:12:03 +0200 Subject: [PATCH] Does crash with recent Linux openSUSE Tumbleweed Not required by shared ngspice --- src/frontend/cpitf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/cpitf.c b/src/frontend/cpitf.c index b34a1d33e..246012c66 100644 --- a/src/frontend/cpitf.c +++ b/src/frontend/cpitf.c @@ -69,13 +69,13 @@ ft_cpinit(void) "vr(x)", "re(v(x))", "vr(x,y)", "re(v(x) - v(y))" }; - +#ifndef SHARED_MODULE /* if TIOCSTI is defined (not available in MS Windows: Make escape the break character. So the user can type ahead... fcn defined in complete.c. */ cp_ccon(TRUE); - +#endif /* Initialize io, cp_chars[], variable "history" in init.c. */ cp_init();