This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Cygwin cases. Case.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Nov 2014 01:33:23 +0000 (20:33 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:51 +0000 (19:01 -0500)
ext/POSIX/POSIX.xs

index 2af083b..3865b33 100644 (file)
 
 #endif
 
-#ifdef __CYGWIN__
-#  undef c99_nexttoward
-#endif
-
 /* The Bessel functions: BSD, SVID, XPG4, and POSIX.  But not C99. */
 #if defined(HAS_J0) && !defined(bessel_j0)
 #  if defined(USE_LONG_DOUBLE) && defined(HAS_J0L)