about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-11 00:11:02 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-11 00:11:02 +0000
commitd1688ca54177882828624cb5abcb3e2d727ad39f (patch)
tree487a19f44b44b278bbea83c7e62aabc15d80924d /Src/zsh.h
parentc2943574773ad1584f1d868a1a2d38266af7dde4 (diff)
downloadzsh-d1688ca54177882828624cb5abcb3e2d727ad39f.tar.gz
zsh-d1688ca54177882828624cb5abcb3e2d727ad39f.tar.xz
zsh-d1688ca54177882828624cb5abcb3e2d727ad39f.zip
zsh-workers/10059
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 77de1ec61..9a21674a6 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -737,7 +737,8 @@ struct execstack {
 
 struct heredocs {
     struct heredocs *next;
-    Wordcode pc;
+    int type;
+    int pc;
     char *str;
 };