diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 23:59:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 23:59:10 +0000 |
commit | 611857dafc005c6635506b1e2b7d9fe39988b812 (patch) | |
tree | af8d6122fd7c1bd9cea4f00c7648f9ff2f3fb3be /util.c | |
parent | a8b85033e2cb7fce7725161d578c90e97dcff75f (diff) | |
download | perl-611857dafc005c6635506b1e2b7d9fe39988b812.tar.gz |
MPE/iX tweaks from Mark Bixby.
p4raw-id: //depot/perl@10539
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4980,6 +4980,7 @@ Perl_sv_realpath(pTHX_ SV *sv, char *path, STRLEN len) return TRUE; #else + { DIR *parent; Direntry_t *dp; char dotdots[MAXPATHLEN] = { 0 }; @@ -5082,6 +5083,7 @@ Perl_sv_realpath(pTHX_ SV *sv, char *path, STRLEN len) SvPOK_only(sv); return TRUE; + } #endif #else return FALSE; |