Re: PATCH: Fix integrt/pointer size mismatch in splay-tree.h

2007-03-11 Thread Ben Elliston
On Fri, 2007-03-09 at 13:50 +0100, Kai Tietz wrote: There is another point in libiberty, which has a problem with integer-values and pointer sizes. This small patch should fix. Please be sure to send patches to gcc-patches@ and not [EMAIL PROTECTED] Thanks, Ben

PATCH: Fix integrt/pointer size mismatch in splay-tree.h

2007-03-09 Thread Kai Tietz
Hallo, There is another point in libiberty, which has a problem with integer-values and pointer sizes. This small patch should fix. ChangeLog: 2007-03-06 Kai Tietz [EMAIL PROTECTED] * splay-tree.h (splay_tree_key): type declared as ptrdiff_t (splay_tree_value): Ditto

PATCH: Fix integrt/pointer size mismatch in splay-tree.h

2007-03-09 Thread Kai Tietz
Hallo, I detected, that ptrdiff_t is not declared in all places, therefore the use of size_t seems to be more correct. Regards, i.A. Kai Tietz