summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-10-01 18:55:16 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-10-01 18:55:16 +0000
commitaa5c13f71c3e57696e001f4f44f55e3723a1907d (patch)
tree51f720ae3b28162d9fe443b18570dc5d80e545f7 /Src/zsh.h
parentcbaaa338fa460dc19503600cb4000d9eae088cec (diff)
downloadzsh-aa5c13f71c3e57696e001f4f44f55e3723a1907d.tar.gz
zsh-aa5c13f71c3e57696e001f4f44f55e3723a1907d.zip
Added HFILE_GOT_SIGNAL.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
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
/******************************************/