Suppress I/O redirection for command 'circbyline'.
This enables sending commands like circbyline btest testnode 0 v=((v(in1) - v(in2)) < 0.1 ? 0.111 : v(in1))
This commit is contained in:
parent
e3b13e0494
commit
8d91f44026
|
|
@ -59,7 +59,7 @@ int stackp = 0;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* no redirection after the following commands (we may need more to add here!) */
|
/* no redirection after the following commands (we may need more to add here!) */
|
||||||
static char *noredirect[] = { "stop", "define", NULL };
|
static char *noredirect[] = { "stop", "define", "circbyline", NULL};
|
||||||
|
|
||||||
|
|
||||||
/* This function returns the (first) structure wit the label s */
|
/* This function returns the (first) structure wit the label s */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue