about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 4fc476083..f4646fb93 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1866,8 +1866,7 @@ 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_ALIAS	(1<<3)  /* Trap is stored under an alias */
-#define ZSIG_SHIFT	4
+#define ZSIG_SHIFT	3
 
 /**********************************/
 /* Flags to third argument of zle */