diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 16:21:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 16:21:09 +0900 |
| commit | 879d0179165d84060122f1bc292bfe254c5f5ce0 (patch) | |
| tree | aab471f279e4ada6b69f6b4cc555a7b03e6ea3b7 /kmplot | |
| parent | 472549f9a1046ec84f3e79a583b2a5d395daf40b (diff) | |
| download | tdeedu-879d0179165d84060122f1bc292bfe254c5f5ce0.tar.gz tdeedu-879d0179165d84060122f1bc292bfe254c5f5ce0.zip | |
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmplot')
| -rw-r--r-- | kmplot/kmplot/diagr.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kmplot/kmplot/diagr.cpp b/kmplot/kmplot/diagr.cpp index 144e73b0..54f24a46 100644 --- a/kmplot/kmplot/diagr.cpp +++ b/kmplot/kmplot/diagr.cpp @@ -27,12 +27,6 @@ #include "diagr.h" #include "settings.h" -#ifdef __osf__ -#include <nan.h> -#define isnan(x) IsNAN(x) -#define isinf(x) IsINF(X) -#endif - #ifdef USE_SOLARIS #include <ieeefp.h> int isinf(double x) |
