Yes, I broke Win32 with change 27089 by having a { in the wrong place.
Nicholas Clark [Sun, 5 Feb 2006 20:26:40 +0000 (20:26 +0000)]
p4raw-id: //depot/perl@27093

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