Disable output redirection for "let" so that normal comparison
operators may be used.
This commit is contained in:
parent
06afc7c1da
commit
07ca1354eb
|
|
@ -59,7 +59,7 @@ int stackp = 0;
|
|||
*/
|
||||
|
||||
/* no redirection after the following commands (we may need more to add here!) */
|
||||
static char *noredirect[] = { "stop", "define", "circbyline", NULL};
|
||||
static char *noredirect[] = { "if", "let", "stop", "define", "circbyline", NULL};
|
||||
|
||||
|
||||
/* This function returns the (first) structure wit the label s */
|
||||
|
|
|
|||
Loading…
Reference in New Issue