This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VMS should now be handled.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Nov 2014 00:05:50 +0000 (19:05 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:49 +0000 (19:01 -0500)
ext/POSIX/POSIX.xs

index 21f8101..9584d7e 100644 (file)
 
 #endif
 
-/* XXX Regarding C99 math.h, VMS seems to be missing these:
-
-  lround nan nearbyint round scalbn llrint
- */
-
-#ifdef __VMS
-#    undef c99_lround
-#    undef c99_nan
-#    undef c99_nearbyint
-#    undef c99_round
-#    undef c99_scalbn
-/* Have lrint but not llrint. */
-#    if defined(USE_64_BIT_INT) && QUADKIND == QUAD_IS_LONG_LONG
-#      undef c99_lrint
-#    endif
-#endif
-
 /* XXX Regarding C99 math.h, Win32 seems to be missing these:
 
   erf erfc exp2 fdim fma fmax fmin fpclassify ilogb lgamma log1p log2 lrint