projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc177e1
)
return at the wrong side of #endif.
Jarkko Hietaniemi [Mon, 18 Mar 2002 01:19:40 +0000 (
01:19
+0000)]
p4raw-id: //depot/perl@15279
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
94626bc
..
828ddd4
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-3968,9
+3968,10
@@
Perl_getcwd_sv(pTHX_ register SV *sv)
Perl_croak(aTHX_ "Unstable directory path, "
"current directory changed unexpectedly");
}
-#endif
return TRUE;
+#endif
+
#else
return FALSE;
#endif