summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/textutils/ChangeLog4
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.