From b7474e065b82d930f8da472440282ea7654d491d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 19 Apr 2006 16:09:06 +0000 Subject: 22416, tweaked: math functions via shell functions unposted: add styles to pick-web-browser --- Src/zsh.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 6a6ff2fe4..092e05c0c 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -86,8 +86,12 @@ struct mathfunc { int funcid; }; +/* Math function takes a string argument */ #define MFF_STR 1 +/* Math function has been loaded from library */ #define MFF_ADDED 2 +/* Math function is implemented by a shell function */ +#define MFF_USERFUNC 4 #define NUMMATHFUNC(name, func, min, max, id) \ { NULL, name, 0, func, NULL, NULL, min, max, id } @@ -815,7 +819,6 @@ struct process { struct execstack { struct execstack *next; - LinkList args; pid_t list_pipe_pid; int nowait; int pline_level; -- cgit 1.4.1