summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-12 19:07:35 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-14 19:01:49 -0500
commit8754bd71dfeefaff5bb4a43c13da348e8c9183a2 (patch)
tree0648829ff5402da77f86ea9adacbd70360f576d5 /ext/POSIX
parentcba3462bca42e11bc7bc1fffb722e7b86cd28fd2 (diff)
downloadperl-8754bd71dfeefaff5bb4a43c13da348e8c9183a2.tar.gz
Remove unneeded Tru64 cases.
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/POSIX.xs19
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 9584d7e4cb..f68c1b11fc 100644
--- a/ext/POSIX/POSIX.xs
+++ b/ext/POSIX/POSIX.xs
@@ -411,25 +411,6 @@
#ifndef __GNUC__
-# if defined(__osf__) /* Tru64 */
-# undef c99_fdim
-# undef c99_fma
-# undef c99_fmax
-# undef c99_fmin
-# undef c99_fpclassify
-# undef c99_isfinite
-# undef c99_isinf
-/* Tru64 is missing isunordered but we have emulation. */
-# undef c99_lrint
-# undef c99_lround
-# undef c99_nan /* in libm, but seems broken (no proto, either) */
-# undef c99_nearbyint
-# undef c99_nexttoward
-# undef c99_remquo
-# undef c99_round
-# undef c99_scalbn
-# endif
-
#endif
/* XXX Regarding C99 math.h, Win32 seems to be missing these: