summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-11-17 15:09:45 +0100
committerNicholas Clark <nick@ccl4.org>2012-11-19 13:55:19 +0100
commit739a0b843246478d33d6b9205abb19e5492a5807 (patch)
tree35e51e021d300da32b7eb4b872439fa3b107bcc6 /doio.c
parenta2b3762a2993f9d1f92ffee8ac3a80b128381168 (diff)
downloadperl-739a0b843246478d33d6b9205abb19e5492a5807.tar.gz
Remove the EPOC port.
EPOC was a family of operating systems developed by Psion for mobile devices. It was the predecessor of Symbian. The port was last updated in April 2002.
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index eedd374a4c..92ed3efdc0 100644
--- a/doio.c
+++ b/doio.c
@@ -806,7 +806,7 @@ Perl_nextargv(pTHX_ register GV *gv)
}
#endif
#ifdef HAS_RENAME
-#if !defined(DOSISH) && !defined(__CYGWIN__) && !defined(EPOC)
+#if !defined(DOSISH) && !defined(__CYGWIN__)
if (PerlLIO_rename(PL_oldname,SvPVX_const(sv)) < 0) {
Perl_ck_warner_d(aTHX_ packWARN(WARN_INPLACE),
"Can't rename %s to %"SVf": %s, skipping file",