*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 2 Jan 2001 15:50:18 +0000 (15:50 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jan 2001 15:50:18 +0000 (15:50 +0000)
old/textutils/ChangeLog

index d9742d19019fc4e245c041da496a37a590ddeecc..d6203a511359a46fece1c43d36572344ded63cf3 100644 (file)
@@ -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.