This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update static_inline guesses in win32/config.[gv]c*
authorAndy Dougherty <doughera@lafayette.edu>
Thu, 23 Sep 2010 15:53:16 +0000 (11:53 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Thu, 23 Sep 2010 15:53:16 +0000 (11:53 -0400)
For gcc, assume all variants used on Win32 will support
static __inline__.  VC already had static __inline.
Update VC64 to match.

win32/config.gc
win32/config.gc64
win32/config.gc64nox
win32/config.vc64

index 0a280ad..5c90397 100644 (file)
@@ -447,7 +447,7 @@ d_srandom_r='undef'
 d_sresgproto='undef'
 d_sresuproto='undef'
 d_statblks='undef'
-d_static_inline='undef'
+d_static_inline='define'
 d_statfs_f_flags='undef'
 d_statfs_s='undef'
 d_statvfs='undef'
@@ -851,7 +851,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~'
 perladmin=''
 perllibs='~libs~'
 perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline='static'
+perl_static_inline='static __inline__'
 pg=''
 phostname='hostname'
 pidtype='int'
index b931e24..36f21ce 100644 (file)
@@ -447,7 +447,7 @@ d_srandom_r='undef'
 d_sresgproto='undef'
 d_sresuproto='undef'
 d_statblks='undef'
-d_static_inline='undef'
+d_static_inline='define'
 d_statfs_f_flags='undef'
 d_statfs_s='undef'
 d_statvfs='undef'
@@ -852,7 +852,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~'
 perladmin=''
 perllibs='~libs~'
 perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline='static'
+perl_static_inline='static __inline__'
 pg=''
 phostname='hostname'
 pidtype='int'
index 53f83aa..b9cd1cc 100644 (file)
@@ -447,7 +447,7 @@ d_srandom_r='undef'
 d_sresgproto='undef'
 d_sresuproto='undef'
 d_statblks='undef'
-d_static_inline='undef'
+d_static_inline='define'
 d_statfs_f_flags='undef'
 d_statfs_s='undef'
 d_statvfs='undef'
@@ -852,7 +852,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~'
 perladmin=''
 perllibs='~libs~'
 perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline='static'
+perl_static_inline='static __inline__'
 pg=''
 phostname='hostname'
 pidtype='int'
index bbf601e..68a8ea7 100644 (file)
@@ -447,7 +447,7 @@ d_srandom_r='undef'
 d_sresgproto='undef'
 d_sresuproto='undef'
 d_statblks='undef'
-d_static_inline='undef'
+d_static_inline='define'
 d_statfs_f_flags='undef'
 d_statfs_s='undef'
 d_statvfs='undef'
@@ -851,7 +851,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~'
 perladmin=''
 perllibs='~libs~'
 perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline='static'
+perl_static_inline='static __inline'
 pg=''
 phostname='hostname'
 pidtype='int'