summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
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 329575a6a9..9e29975cfc 100644
--- a/perl.c
+++ b/perl.c
@@ -1721,6 +1721,9 @@ moreswitches(char *s)
#ifdef __BEOS__
printf("BeOS port Copyright Tom Spindler, 1997-1998\n");
#endif
+#ifdef MPE
+ printf("MPE/iX port Copyright by Mark Klein and Mark Bixby, 1996-1998\n");
+#endif
#ifdef BINARY_BUILD_NOTICE
BINARY_BUILD_NOTICE;
#endif