On Fri, 8 Aug 2008 14:57:36 +0200
"Henri Gourvest" <[EMAIL PROTECTED]> 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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to