summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-12 22:06:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-12 22:06:05 +0000
commita3f9223b8714edf9abd00efc3fc8a087202f1e98 (patch)
tree864e80e1bc17b9b6822075f787db1998df1cf778 /perl.c
parent8bdb6b785a3cb52035ddc04a87c7205d48a625a6 (diff)
downloadperl-a3f9223b8714edf9abd00efc3fc8a087202f1e98.tar.gz
small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
p4raw-id: //depot/perl@1457
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 72e2e38b82..329575a6a9 100644
--- a/perl.c
+++ b/perl.c
@@ -1718,6 +1718,9 @@ moreswitches(char *s)
#ifdef atarist
printf("atariST series port, ++jrb bammi@cadence.com\n");
#endif
+#ifdef __BEOS__
+ printf("BeOS port Copyright Tom Spindler, 1997-1998\n");
+#endif
#ifdef BINARY_BUILD_NOTICE
BINARY_BUILD_NOTICE;
#endif