In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/133589c34f08d0c23609ff1f3e6f39430badddfc?hp=67fc5dca3c7690b8ce5606f5630383473174d823>
- Log ----------------------------------------------------------------- commit 133589c34f08d0c23609ff1f3e6f39430badddfc Author: Craig A. Berry <[email protected]> Date: Wed Mar 9 07:14:41 2011 -0600 Remove DECCRTL_SOCKETS from PL_bincompat_options. The socket libraries provided by the C run-time have been the only viable option for building sockets in Perl for many years, so we don't need to take up a valuable slot in the options list to record that we're using them. Also, the new bincompat.t test requires options to be in alpha- betical order, and this wasn't. ----------------------------------------------------------------------- Summary of changes: perl.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/perl.h b/perl.h index 72d8686..facdacf 100644 --- a/perl.h +++ b/perl.h @@ -4726,9 +4726,6 @@ EXTCONST char PL_bincompat_options[] = # endif # ifdef VMS_DO_SOCKETS " VMS_DO_SOCKETS" -# ifdef DECCRTL_SOCKETS - " DECCRTL_SOCKETS" -# endif # endif # ifdef VMS_WE_ARE_CASE_SENSITIVE " VMS_SYMBOL_CASE_AS_IS" -- Perl5 Master Repository
