From: Nicholas Clark Date: Sun, 5 Feb 2006 20:26:40 +0000 (+0000) Subject: Yes, I broke Win32 with change 27089 by having a { in the wrong place. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b36c9a5280aaea0bbed551a2d35c216eab023de4;p=p5sagit%2Fp5-mst-13.2.git Yes, I broke Win32 with change 27089 by having a { in the wrong place. p4raw-id: //depot/perl@27093 --- diff --git a/perl.c b/perl.c index 38ed638..2d687be 100644 --- 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