diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-30 22:53:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-30 22:53:37 +0000 |
commit | d6c1400008ffe28d0a765e9fe60d23dbeab89dda (patch) | |
tree | 8ebf4512d2d54f3e1821a457a5d9e82b016966a9 /win32/config_H.vc | |
parent | 5b0d9cefa224486d66580e5164324f002f3989ab (diff) | |
download | perl-d6c1400008ffe28d0a765e9fe60d23dbeab89dda.tar.gz |
Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
p4raw-id: //depot/cfgperl@6168
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index b23c1aad78..cc9264691e 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2647,7 +2647,11 @@ */ /* NV_PRESERVES_UV: * This symbol, if defined, indicates that a variable of type NVTYPE - * can preserve all the bit of a variable of type UVSIZE. + * can preserve all the bit of a variable of type UVTYPE. + */ +/* NV_PRESERVES_UV_BITS: + * This symbol contains the number of bits a variable of type NVTYPE + * can preserve of a variable of type UVTYPE. */ #define IVTYPE long /**/ #define UVTYPE unsigned long /**/ @@ -2675,6 +2679,7 @@ #define U64SIZE 8 /**/ #endif #define NV_PRESERVES_UV +#define NV_PRESERVES_UV_BITS 32 /* IVdf: * This symbol defines the format string used for printing a Perl IV |