diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-11-17 15:09:45 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-11-19 13:55:19 +0100 |
commit | 739a0b843246478d33d6b9205abb19e5492a5807 (patch) | |
tree | 35e51e021d300da32b7eb4b872439fa3b107bcc6 /doio.c | |
parent | a2b3762a2993f9d1f92ffee8ac3a80b128381168 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |