From: Jim Meyering Date: Wed, 19 Mar 1997 02:57:20 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~161 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a1e46876c61c7bce9d889aeccea877401ef5b5cc;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4649085f45..75aedff9f7 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,9 @@ Tue Mar 18 06:46:54 1997 Jim Meyering + * src/su.c: Indent cpp-directives to reflect nesting. + Change a few #ifdef to #if. + Remove 3 spurious #ifdef that were guarding an #undef each. + * src/seq.c (check_format): Rename local, FORMAT_STRING, to avoid shadowing global. (print_numbers): Likewise.