From kde-bugs-dist Tue Jan 30 11:19:42 2007 From: stevee () zuken ! co ! uk Date: Tue, 30 Jan 2007 11:19:42 +0000 To: kde-bugs-dist Subject: [Bug 135589] isinf declaration problem in knumber.cpp Message-Id: <20070130111942.16396.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117019827623539 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=135589 ------- Additional Comments From stevee zuken co uk 2007-01-30 12:19 ------- A simple solution is to add static to the start of the function definition. However this could mean a proliferation of identical functions. An alternative would be to make isinf a macro. An even better solution would be to add it to the library kdefakes in kdelibs so that all of KDE could use it.