new_body_type doesn't need to subtract the offset, that's what
[p5sagit/p5-mst-13.2.git] / mathoms.c
index 29dbc57..3f541f6 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -435,10 +435,11 @@ Perl_printf_nocontext(const char *format, ...)
 NV
 Perl_huge(void)
 {
-#   if defined(USE_LONG_DOUBLE) && defined(HUGE_VALL)
+#  if defined(USE_LONG_DOUBLE) && defined(HUGE_VALL)
     return HUGE_VALL;
-#   endif
+#  else
     return HUGE_VAL;
+#  endif
 }
 #endif