about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-03-25 17:59:24 +0000
committerPeter Stephenson <pws@zsh.org>2015-03-25 18:00:25 +0000
commita22cb7cad26ef1e395a1165dc77c647c2c00b789 (patch)
tree39f8fadc649d635a4f430289a5a9d8c56029f348 /Src/zsh.h
parent158484941ac1ff20ce93e4aff46fef6cd22dbf91 (diff)
downloadzsh-a22cb7cad26ef1e395a1165dc77c647c2c00b789.tar.gz
zsh-a22cb7cad26ef1e395a1165dc77c647c2c00b789.tar.xz
zsh-a22cb7cad26ef1e395a1165dc77c647c2c00b789.zip
34776: improve suppression of alias expansions from history.
Now uses the mechanism in use for other forms of suppression of
sections of input.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 9a9726339..403e8d3b9 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2709,7 +2709,6 @@ struct hist_stack {
     short *chwords;
     int chwordlen;
     int chwordpos;
-    int hwgetword;
     int (*hgetc) _((void));
     void (*hungetc) _((int));
     void (*hwaddc) _((int));