From: Jim Meyering Date: Sat, 24 Jun 1995 21:34:02 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d7e1a535be6d1a487b92202bc21db790f0fc733;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 18b2700c7f..a51d516abd 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,9 @@ Sat Jun 24 16:18:01 1995 Jim Meyering (meyering@comco.com) + * md5sum.c [__GNUC__]: Don't conditionalize use of "inline". + Autoconf (via config.h) defines it away for compilers that don't + grok it. + * cat.c, comm.c, join.c, sort.c, uniq.c: Undefine min/max before defining to avoid redefinition warning on some systems.