diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-26 08:18:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-26 08:18:33 +0000 |
commit | 4b0eb25d6dbfa53393c7bfaac582672159d997d8 (patch) | |
tree | bcc246f5e5514261677ed7294050eafe3101c6c4 /lib/strcasecmp.c | |
parent | 9cc87603b91b03285f859c2a9828b4bf7682299f (diff) | |
download | coreutils-4b0eb25d6dbfa53393c7bfaac582672159d997d8.tar.xz |
[! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
(UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
(PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
int. Work more efficiently if X is the same width as uintmax_t.
Do not compare X to -1, to avoid bogus compiler warning.
(get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
Don't assume that f_frsize and f_bsize are the same type.
Diffstat (limited to 'lib/strcasecmp.c')
0 files changed, 0 insertions, 0 deletions