]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 2 Jan 2001 10:55:34 +0000 (10:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jan 2001 10:55:34 +0000 (10:55 +0000)
old/textutils/ChangeLog

index 14b3183e4e51c94220306be18dbdc3069bd97a47..d9742d19019fc4e245c041da496a37a590ddeecc 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-02  Jim Meyering  <meyering@lucent.com>
+
+       * 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.
+
 2000-12-23  Jim Meyering  <meyering@lucent.com>
 
        * src/sys2.h [HAVE_INTTYPES_H]: Include <inttypes.h>.