[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-release-team
Subject:    Fwd: KDE/kdeedu/kalgebra/analitzagui
From:       "Anne-Marie Mahfouf" <annma () kde ! org>
Date:       2010-12-10 19:28:08
Message-ID: 201012102028.09445.annma () kde ! org
[Download RAW message or body]

Fixed
----------  Forwarded Message  ----------

Subject: KDE/kdeedu/kalgebra/analitzagui
Date: Friday 10 December 2010, 20:22:42
From: Aleix Pol Gonzalez <aleixpol@gmail.com>
To: kde-commits@kde.org
CC: annma@kde.org

SVN commit 1205297 by apol:

Do not try to define isinf, ieeefp.h should provide it.

CCMAIL: annma@kde.org


 M  +0 -5      function.cpp  
 M  +1 -1      graph2d.cpp  


--- trunk/KDE/kdeedu/kalgebra/analitzagui/function.cpp #1205296:1205297
@@ -27,11 +27,6 @@
 #include <KLocale>
 #include <cmath>
 
-#if defined(HAVE_IEEEFP_H)
-#include <ieeefp.h>
-bool isinf(double x) { return !finite(x) && x==x; }
-#endif
-
 using Analitza::ExpressionType;
 
 Function::Function()
--- trunk/KDE/kdeedu/kalgebra/analitzagui/graph2d.cpp #1205296:1205297
@@ -38,7 +38,7 @@
 
 #if defined(HAVE_IEEEFP_H)
 #include <ieeefp.h>
-bool isinf(double x) { return !finite(x) && x==x; }
+// bool isinf(double x) { return !finite(x) && x==x; }
 #endif
 
 // #define DEBUG_GRAPH

-----------------------------------------


_______________________________________________
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic