From 71d448c29c85afd16a4feb68b23fde6c8cf02875 Mon Sep 17 00:00:00 2001 From: herbert Date: Mon, 28 Mar 2005 20:28:01 +1000 Subject: Added eflag fixes for trap and minusc. Let evaltree handle traps from cmdloop. Reset evalskip after minusc is executed. Stop executing traps once SKIPEVAL is seen. --- src/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eval.h') diff --git a/src/eval.h b/src/eval.h index 3d0a9a6..bd2cee0 100644 --- a/src/eval.h +++ b/src/eval.h @@ -51,7 +51,7 @@ struct backcmd { /* result of evalbackcmd */ struct job *jp; /* job structure for command */ }; -void evalstring(char *); +int evalstring(char *, int); union node; /* BLETCH for ansi C */ void evaltree(union node *, int); void evalbackcmd(union node *, struct backcmd *); -- cgit 1.4.1