diff options
author | Michele Calgaro <[email protected]> | 2025-01-12 16:21:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-12 16:21:09 +0900 |
commit | 879d0179165d84060122f1bc292bfe254c5f5ce0 (patch) | |
tree | aab471f279e4ada6b69f6b4cc555a7b03e6ea3b7 | |
parent | 472549f9a1046ec84f3e79a583b2a5d395daf40b (diff) | |
download | tdeedu-879d0179165d84060122f1bc292bfe254c5f5ce0.tar.gz tdeedu-879d0179165d84060122f1bc292bfe254c5f5ce0.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kiten/dict.h | 5 | ||||
-rw-r--r-- | kmplot/kmplot/diagr.cpp | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/kiten/dict.h b/kiten/dict.h index 25db6d0e..0803d235 100644 --- a/kiten/dict.h +++ b/kiten/dict.h @@ -29,12 +29,7 @@ #include <tqstringlist.h> #include <sys/types.h> -#ifdef __osf__ -typedef unsigned int uint32_t; -typedef int int32_t; -#else #include <inttypes.h> -#endif namespace Dict { 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) |