summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-22 09:38:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-22 09:38:58 +0000
commitf83d2536257d3a72eef5f8d789c0784171782b42 (patch)
treecbf6b2188017731581350b7d0cb31e36a8adcb5c /perl.c
parent012bcf8d26492bcf446b8c77c363cfa2f1a6a609 (diff)
downloadperl-f83d2536257d3a72eef5f8d789c0784171782b42.tar.gz
EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
p4raw-id: //depot/perl@5193
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index cce5c514e0..d1bbb274d7 100644
--- a/perl.c
+++ b/perl.c
@@ -2166,6 +2166,9 @@ Perl_moreswitches(pTHX_ char *s)
#ifdef __MINT__
printf("MiNT port by Guido Flohr, 1997-1999\n");
#endif
+#ifdef EPOC
+ printf("EPOC port by Olaf Flebbe, 1999-2000\n");
+#endif
#ifdef BINARY_BUILD_NOTICE
BINARY_BUILD_NOTICE;
#endif