From kde-bugs-dist Mon Jul 02 21:15:18 2007 From: Bernd Kuhls Date: Mon, 02 Jul 2007 21:15:18 +0000 To: kde-bugs-dist Subject: [Bug 135589] isinf declaration problem in knumber.cpp Message-Id: <20070702211518.23547.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=118341092211261 ------- 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 bernd.kuhls informatik uni-oldenburg de 2007-07-02 23:15 ------- The patch works for KDE-3.5.7 as well, thx, but it has a small type: wrong: http://websvn.kde.org/trunk/KDE/kdeutils/kcalc/knumber/knumber.cpp?r1=661111&r2=681344 +#ifdef HAVE_IEEEEFP_H right: +#ifdef HAVE_IEEEFP_H