diff options
author | Steve Hay <SteveHay@planit.com> | 2008-02-22 12:19:44 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-02-22 12:19:44 +0000 |
commit | 44490ef2326046d0fa96b63ed74af810a72931fd (patch) | |
tree | 1dc681620d0b14a4178355de754fb66028fb5d90 /win32 | |
parent | 3caf316a13f5dcb18f6ada1f6b447887564ff3ae (diff) | |
download | perl-44490ef2326046d0fa96b63ed74af810a72931fd.tar.gz |
Sync win32/config.* with Porting/config.sh
p4raw-id: //depot/perl@33345
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 2 | ||||
-rw-r--r-- | win32/config.gc | 2 | ||||
-rw-r--r-- | win32/config.vc | 2 | ||||
-rw-r--r-- | win32/config.vc64 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/win32/config.bc b/win32/config.bc index a2aa97953c..fb97781087 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -801,8 +801,8 @@ nroff='' nvEUformat='"E"' nvFUformat='"F"' nvGUformat='"G"' -nv_preserves_uv_bits='32' nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0' +nv_preserves_uv_bits='32' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' diff --git a/win32/config.gc b/win32/config.gc index 4c932cddf1..817482a340 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -801,8 +801,8 @@ nroff='' nvEUformat='"E"' nvFUformat='"F"' nvGUformat='"G"' -nv_preserves_uv_bits='32' nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0' +nv_preserves_uv_bits='32' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' diff --git a/win32/config.vc b/win32/config.vc index 3f9be6d2d4..12290a749e 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -801,8 +801,8 @@ nroff='' nvEUformat='"E"' nvFUformat='"F"' nvGUformat='"G"' -nv_preserves_uv_bits='32' nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0' +nv_preserves_uv_bits='32' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' diff --git a/win32/config.vc64 b/win32/config.vc64 index c88143946e..c50ef7b252 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -801,8 +801,8 @@ nroff='' nvEUformat='"E"' nvFUformat='"F"' nvGUformat='"G"' -nv_preserves_uv_bits='53' nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0' +nv_preserves_uv_bits='53' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' |