new_body_type doesn't need to subtract the offset, that's what
[p5sagit/p5-mst-13.2.git] / perl.c
diff --git a/perl.c b/perl.c
index 38ed638..2d687be 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1295,8 +1295,8 @@ perl_free(pTHXx)
 #endif
 
 #if defined(WIN32) || defined(NETWARE)
-    {
 #  if defined(PERL_IMPLICIT_SYS)
+    {
 #    ifdef NETWARE
        void *host = nw_internal_host;
 #    else