summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-02 15:50:18 +0000
committerJim Meyering <jim@meyering.net>2001-01-02 15:50:18 +0000
commit701cc3fe2cd33b16b56d28010b5d6a5c2bd8fab8 (patch)
tree20a3100e14d2bc2926b1cda8f755cb23c72163c8 /old
parent22fc5f7ac91831c6e7f1c9edbe1cee3e8757036f (diff)
downloadcoreutils-701cc3fe2cd33b16b56d28010b5d6a5c2bd8fab8.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d9742d190..d6203a511 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,14 @@
2001-01-02 Jim Meyering <meyering@lucent.com>
+ * src/od.c (ulonglong_t): Define place-holder type to avoid some #if
+ directives.
+ (LONGEST_INTEGRAL_TYPE): Remove definition.
+ (MAX_INTEGRAL_TYPE_SIZE): Use ulonglong_t instead of
+ LONGEST_INTEGRAL_TYPE.
+ (print_long_long): Compile this function even on systems without
+ long long support.
+ (decode_one_format): Remove #if directive.
+
* src/od.c (decode_one_format): Guard use of print_long_long with
`#if HAVE_UNSIGNED_LONG_LONG'. From Darren Salt.
Change all `#ifdef HAVE_UNSIGNED_LONG_LONG' to use `#if' instead.