Does crash with recent Linux openSUSE Tumbleweed
Not required by shared ngspice
This commit is contained in:
parent
1c282bbeb7
commit
5c8b795064
|
|
@ -69,13 +69,13 @@ ft_cpinit(void)
|
||||||
"vr(x)", "re(v(x))",
|
"vr(x)", "re(v(x))",
|
||||||
"vr(x,y)", "re(v(x) - v(y))"
|
"vr(x,y)", "re(v(x) - v(y))"
|
||||||
};
|
};
|
||||||
|
#ifndef SHARED_MODULE
|
||||||
/* if TIOCSTI is defined (not available in MS Windows:
|
/* if TIOCSTI is defined (not available in MS Windows:
|
||||||
Make escape the break character.
|
Make escape the break character.
|
||||||
So the user can type ahead...
|
So the user can type ahead...
|
||||||
fcn defined in complete.c. */
|
fcn defined in complete.c. */
|
||||||
cp_ccon(TRUE);
|
cp_ccon(TRUE);
|
||||||
|
#endif
|
||||||
/* Initialize io, cp_chars[], variable "history" in init.c. */
|
/* Initialize io, cp_chars[], variable "history" in init.c. */
|
||||||
cp_init();
|
cp_init();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue