diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2004-10-01 19:10:59 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2004-10-01 19:10:59 +0000 |
commit | 0c77a8e87680dce1664fa786ec98d4645522334e (patch) | |
tree | 0160ce0110369655ee30d10f9bfa7b7081064c7b /Src | |
parent | b8b11e7627127114dd220698c9da81653344960b (diff) | |
download | zsh-0c77a8e87680dce1664fa786ec98d4645522334e.tar.gz zsh-0c77a8e87680dce1664fa786ec98d4645522334e.tar.xz zsh-0c77a8e87680dce1664fa786ec98d4645522334e.zip |
Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.
Diffstat (limited to 'Src')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index fc776d4dd..b11e8f1e8 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1365,7 +1365,7 @@ struct histent { #define HFILE_SKIPDUPS 0x0004 #define HFILE_SKIPFOREIGN 0x0008 #define HFILE_FAST 0x0010 -#define HFILE_GOT_SIGNAL 0x0020 +#define HFILE_NO_REWRITE 0x0020 #define HFILE_USE_OPTIONS 0x8000 /******************************************/ |