print out times and reverse perfect elimination order no disabled
[libfirm] / ir / tv / fltcalc.c
index 893b930..56c1ce3 100644 (file)
@@ -44,8 +44,7 @@
 
 #include "xmalloc.h"
 
-#if !defined(HAVE_LONG_DOUBLE) || defined(__CYGWIN__)
-/* No strtold on windows and no replacement yet */
+#ifndef HAVE_STRTOLD
 #define strtold(s, e) strtod(s, e)
 #endif