diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-08 16:21:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-08 16:21:33 +0000 |
commit | bd026c32438ec68a31fc6a7281cbf547c5a94cb4 (patch) | |
tree | 248732939efc3fb7628de8b996e725c8541f7c54 /config_h.SH | |
parent | 0e032a1475d1a4a03404d2ba818b180356b8a19d (diff) | |
download | perl-bd026c32438ec68a31fc6a7281cbf547c5a94cb4.tar.gz |
Introduce NV_PRESERVED_BITS. Not yet used anywhere but
might be useful in future.
p4raw-id: //depot/cfgperl@6095
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 12a4350f62..609726fe5b 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2666,7 +2666,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ /* 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 bits of a variable of type UVTYPE. */ #define IVTYPE $ivtype /**/ #define UVTYPE $uvtype /**/ |