From aa5c13f71c3e57696e001f4f44f55e3723a1907d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 1 Oct 2004 18:55:16 +0000 Subject: Added HFILE_GOT_SIGNAL. --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src') diff --git a/Src/zsh.h b/Src/zsh.h index d6515b171..fc776d4dd 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1365,6 +1365,7 @@ struct histent { #define HFILE_SKIPDUPS 0x0004 #define HFILE_SKIPFOREIGN 0x0008 #define HFILE_FAST 0x0010 +#define HFILE_GOT_SIGNAL 0x0020 #define HFILE_USE_OPTIONS 0x8000 /******************************************/ -- cgit 1.4.1