diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-14 17:08:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-14 17:08:23 +0000 |
commit | bd9b35c97ad661cc06e68f6193733424fc65c9c0 (patch) | |
tree | 6b7a1e2bce6634bd3dbdf64d38ee84adbcb624f8 /config_h.SH | |
parent | 505afebfe64a1941e58b72354808b12b77d682bb (diff) | |
download | perl-bd9b35c97ad661cc06e68f6193733424fc65c9c0.tar.gz |
The separation of 64-bitness and largefileness continues
(with a setback, see hpux.sh).
p4raw-id: //depot/cfgperl@4581
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH index 8dca72a5c1..7504ca5f88 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2554,8 +2554,8 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #$d_strtoull HAS_STRTOULL /**/ /* USE_64_BITS: - * This symbol, if defined, indicates that 64-bit interfaces should - * be used when available. If not defined, the native default interfaces + * This symbol, if defined, indicates that 64-bit integers should + * be used when available. If not defined, the native integers * will be used (be they 32 or 64 bits). */ #ifndef USE_64_BITS |