diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-19 17:36:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-01-19 17:36:56 +0000 |
commit | cce08f5b9b7595afc792a45212fcf309dbd735ca (patch) | |
tree | a5635b7983b7582079b35e74befaca3557863260 /config_h.SH | |
parent | ed5237f9db01e844a3ea31909a300586f94fc4a5 (diff) | |
download | perl-cce08f5b9b7595afc792a45212fcf309dbd735ca.tar.gz |
Add NV_PRESERVES_UV.
p4raw-id: //depot/cfgperl@4819
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index f5f4bc952b..9bbaa9014c 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2497,6 +2497,10 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- /* U64SIZE: * This symbol contains the sizeof(U64). */ +/* 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. + */ #define IVTYPE $ivtype /**/ #define UVTYPE $uvtype /**/ #define I8TYPE $i8type /**/ @@ -2522,6 +2526,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define I64SIZE $i64size /**/ #define U64SIZE $u64size /**/ #endif +#$d_nvpresuv NV_PRESERVES_UV /* IVdf: * This symbol defines the format string used for printing a Perl IV |