about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-17 12:18:26 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-17 12:18:26 +0000
commit674a7b70f04fd510e8caa1f32584b805693f8d92 (patch)
tree2876572964c43a8a9aedc6961c182b9e18b28381 /Src/zsh.h
parentd707a1eb1fe7f6eedaa375452824f9185d142413 (diff)
downloadzsh-674a7b70f04fd510e8caa1f32584b805693f8d92.tar.gz
zsh-674a7b70f04fd510e8caa1f32584b805693f8d92.tar.xz
zsh-674a7b70f04fd510e8caa1f32584b805693f8d92.zip
zsh-workers/9099
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 d3f03c864..84f6a836f 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1556,6 +1556,7 @@ struct heapstack {
 
 struct heap {
     struct heap *next;		/* next one                                  */
+    size_t size;		/* size of heap                              */
     size_t used;		/* bytes used from the heap                  */
     struct heapstack *sp;	/* used by pushheap() to save the value used */
 #ifdef PAD_64_BIT