yes another fix (from margo?) via Christoph Badura <bad@flatlin.ka.sub.org>

This commit is contained in:
cgd 1993-06-11 00:25:39 +00:00
parent 1dc23573cc
commit 23f01fa004

View File

@ -80,7 +80,7 @@
#define FREESPACE(P) ((P)[(P)[0]+1])
#define OFFSET(P) ((P)[(P)[0]+2])
#define PAIRFITS(P,K,D) \
(((P)[1] >= REAL_KEY) && \
(((P)[2] >= REAL_KEY) && \
(PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
#define PAGE_META(N) (((N)+3) * sizeof(u_short))