projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e969b2
)
Yes, I broke Win32 with change 27089 by having a { in the wrong place.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 5 Feb 2006 20:26:40 +0000
(20:26 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 5 Feb 2006 20:26:40 +0000
(20:26 +0000)
p4raw-id: //depot/perl@27093
perl.c
patch
|
blob
|
history
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