summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2011-12-10 18:51:49 -0600
committerCraig A. Berry <craigberry@mac.com>2011-12-10 21:48:45 -0600
commit32995a382d65b01a758b2fb9c397894c199fce0e (patch)
tree0a1987e97b7eef544d29aa39a3da4e77705634bb /perl.c
parentda9127c72a244ecc246c9d82f152a4cbd318c4d6 (diff)
downloadperl-32995a382d65b01a758b2fb9c397894c199fce0e.tar.gz
Remove explicit support for pre-7.0 VMS and pre-6.0 DEC C.
OpenVMS v7.0 was released in 1995. There have been no reports of recent releases of Perl building on versions that far back, yet we still have quite a bit of code that explicitly supports versions *prior* to v7.0. There is a similar story for DEC C v6.0. It was released in 1998, and has been superceded by numerous subsequent versions. Yet the VMS-specific code in the core is littered with workarounds and hacks that defend against deficiencies in very old compiler versions. This code is for all practical purposes no longer maintained or maintainable, so the best path forward seems to be to remove it. Anyone able and willing to commit to long-term support of it could argue for its restoration, assuming Perl 5.14.x is not adequate.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.c b/perl.c
index 66860ed338..6c389cae60 100644
--- a/perl.c
+++ b/perl.c
@@ -1688,9 +1688,6 @@ S_Internals_V(pTHX_ CV *cv)
# ifdef DEBUGGING
" DEBUGGING"
# endif
-# ifdef HOMEGROWN_POSIX_SIGNALS
- " HOMEGROWN_POSIX_SIGNALS"
-# endif
# ifdef NO_MATHOMS
" NO_MATHOMS"
# endif