summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-05 20:26:40 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-05 20:26:40 +0000
commitb36c9a5280aaea0bbed551a2d35c216eab023de4 (patch)
tree6181a615a473ff6ff88a395fb3f017e4f0de7931 /perl.c
parent2e969b28d93ee86ff219cc3301c64528e2b488ce (diff)
downloadperl-b36c9a5280aaea0bbed551a2d35c216eab023de4.tar.gz
Yes, I broke Win32 with change 27089 by having a { in the wrong place.
p4raw-id: //depot/perl@27093
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 38ed6386b1..2d687be08d 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