summaryrefslogtreecommitdiffstats
path: root/dcop/dcopidl/scanner.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 16:17:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 16:17:53 +0900
commit33ce240b40b1fde502b0f6b3e5fb4b50113dae99 (patch)
tree5ee97bde76624ebe1b0d0d866c207dedd1a15580 /dcop/dcopidl/scanner.cpp
parente0345f8f9b6742e10b54187f915a784d5fd385bc (diff)
downloadtdelibs-drop/hpux-support.tar.gz
tdelibs-drop/hpux-support.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcop/dcopidl/scanner.cpp')
-rw-r--r--dcop/dcopidl/scanner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/dcopidl/scanner.cpp b/dcop/dcopidl/scanner.cpp
index 4ff8d1ac3..be0cb6c4d 100644
--- a/dcop/dcopidl/scanner.cpp
+++ b/dcop/dcopidl/scanner.cpp
@@ -975,8 +975,8 @@ static double ascii_to_longdouble (const char *s)
* this is only an approximation and will probably break fixed<>
* parameter calculation on systems where
* sizeof(double) < sizeof(long double). but fortunately all
- * systems where scanf("%Lf") is known to be broken (Linux/Alpha
- * and HPUX) have sizeof(double) == sizeof(long double).
+ * systems where scanf("%Lf") is known to be broken (Linux/Alpha)
+ * have sizeof(double) == sizeof(long double).
*/
d = strtod (s, NULL);
#endif