In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b0e839b3299f72a209148ba1288d9fabd64d392c?hp=29ab041d1ae3ee6496df8a4e0b8b676ed593a07b>
- Log ----------------------------------------------------------------- commit b0e839b3299f72a209148ba1288d9fabd64d392c Author: Andy Dougherty <[email protected]> Date: Thu Jul 22 12:20:14 2010 -0400 Add static inline config variables to VMS configure.com. This assumes all VMS compilers that build perl will support 'static inline'. ----------------------------------------------------------------------- Summary of changes: configure.com | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure.com b/configure.com index 721b889..a4be726 100644 --- a/configure.com +++ b/configure.com @@ -6202,6 +6202,7 @@ $ WC "d_statblks='undef'" $ WC "d_statfs_f_flags='undef'" $ WC "d_statfs_s='undef'" $ WC "d_statfsflags='undef'" +$ WC "d_static_inline='define'" $ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'" $ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'" $ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'" @@ -6498,6 +6499,7 @@ $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm() $ WC "perladmin='" + perladmin + "'" $ WC "perllibs='" + perllibs + "'" $ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'" +$ WC "perl_static_inline='static inline'" $ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific $ WC "perl_verb='" + perl_verb + "'" ! VMS specific $ WC "pgflquota='" + pgflquota + "'" -- Perl5 Master Repository
