diff options
author | Jim Meyering <jim@meyering.net> | 1995-06-24 21:34:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-06-24 21:34:02 +0000 |
commit | 1d7e1a535be6d1a487b92202bc21db790f0fc733 (patch) | |
tree | 88ca90ba2bbc9e293c774a28ba07100c4c1faf7e | |
parent | 4610e33cb26725f3535961ed752ea02b0f2821ab (diff) | |
download | coreutils-1d7e1a535be6d1a487b92202bc21db790f0fc733.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 18b2700c7..a51d516ab 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. |