From 1cc193e33df70ec8fabf607c90292690051894ea Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Tue, 1 May 2007 03:53:33 +0000 Subject: Merge of 21296: Add ERR alias for ZERR where possible. --- Src/zsh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/zsh.h b/Src/zsh.h index 813d96364..4500cb21e 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1843,7 +1843,8 @@ struct heap { /* Mask to get the above flags */ #define ZSIG_MASK (ZSIG_TRAPPED|ZSIG_IGNORED|ZSIG_FUNC) /* No. of bits to shift local level when storing in sigtrapped */ -#define ZSIG_SHIFT 3 +#define ZSIG_ALIAS (1<<3) /* Trap is stored under an alias */ +#define ZSIG_SHIFT 4 /**********************************/ /* Flags to third argument of zle */ -- cgit 1.4.1