diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-14 22:24:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-18 13:52:15 +0000 |
commit | 53133ed1c5068175ce48d34c24e23b1aa3a97766 (patch) | |
tree | 55be825fe9122e55eaef26b4868099b7d00d72b0 /config_h.SH | |
parent | 38dbb4c5bff4245c0c337aed9a1133048655deae (diff) | |
download | perl-53133ed1c5068175ce48d34c24e23b1aa3a97766.tar.gz |
d_nv_preserves_uv_bits
Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15290
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index a65ebb29d2..b788f099b2 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3168,7 +3168,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #endif #define NVSIZE $nvsize /**/ #$d_nv_preserves_uv NV_PRESERVES_UV -#define NV_PRESERVES_UV_BITS $d_nv_preserves_uv_bits +#define NV_PRESERVES_UV_BITS $nv_preserves_uv_bits /* IVdf: * This symbol defines the format string used for printing a Perl IV |