On Fri, 8 Aug 2008 14:57:36 +0200 "Henri Gourvest" <hgourvest at progdigy.com> wrote: > > Because of this: > > AVL_MAX_DEPTH = sizeof(longint) * 8; > > = 32 in all cases, I know and It is not a problem. At least not now. But eventually it should be changed to AVL_MAX_DEPTH = sizeof(PtrInt) * 8; Mattias