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

index f68c1b1..a8b115d 100644 (file)
 #  endif
 #endif
 
-/* If on legacy platforms, and not using gcc, some C99 math interfaces
- * might be missing, turn them off so that the emulations hopefully
- * kick in.  This is admittedly nasty, and fragile, but the alternative
- * is to have Configure scans for all the 40+ interfaces.
- *
- * In other words: if you have an incomplete (or broken) C99 math interface,
- * #undef the c99_foo here, and let the emulations kick in. */
-
-#ifndef __GNUC__
-
-#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