On 29 Jan 2009, I wrote: >[email protected] writes: >> To make a long discussion short, you cold add a comment regarding the >> use of "8". > > The 8 should be CHAR_BIT. > > /* Maximum tree depth this host's address space could support */ > #define MAX_TREE_DEPTH (sizeof(void *) * CHAR_BIT)
Hm, you reported this against tavl.c and I updated avl.c. Now tavl.c is also updated :-) -- Hallvard
