diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 /******************************************/ |