From 3930f5c4e0d95cfef7c07177afaa4aefb9f04841 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 4 Jan 2000 16:00:59 +0000 Subject: zsh-workers/9203 --- Src/zsh.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Src') diff --git a/Src/zsh.h b/Src/zsh.h index 84f6a836f..a5e817019 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1559,9 +1559,6 @@ struct heap { 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 - size_t dummy; /* Make sure sizeof(heap) is a multiple of 8 */ -#endif #define arena(X) ((char *) (X) + sizeof(struct heap)) }; -- cgit 1.4.1