diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 11:53:16 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 11:53:16 -0400 |
commit | e8936beceb8bb3ad22fdb9ba3cb1882675d04eed (patch) | |
tree | 03cac734985df66c40c88ffa780428556e437184 /win32/config.gc64 | |
parent | ffe53d219633a1faeef771fc786f43a9e192a2d3 (diff) | |
download | perl-e8936beceb8bb3ad22fdb9ba3cb1882675d04eed.tar.gz |
Update static_inline guesses in win32/config.[gv]c*
For gcc, assume all variants used on Win32 will support
static __inline__. VC already had static __inline.
Update VC64 to match.
Diffstat (limited to 'win32/config.gc64')
-rw-r--r-- | win32/config.gc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.gc64 b/win32/config.gc64 index b931e24d34..36f21ce258 100644 --- a/win32/config.gc64 +++ b/win32/config.gc64 @@ -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' |