In gui/Source/NSTableView.m there is use of the function
"floorf". I think it's the only time it's used in gnustep.
It is not found on Windows 2000 with CygWin/MinGW.

Is there any reason why it can't just be "floor"?

If not, could I please log this as a bug and request the
change:

diff -r1.44 NSTableView.m
2270c2270
<                 int remainingInt = floorf(remainingWidth);
---
>                 int remainingInt = floor(remainingWidth);

Cheers,
Stephen Brandon
[EMAIL PROTECTED]

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to