From 3c57cea2ce769f8e0fdf2e65bb6ce484f60a7ae2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Apr 1996 22:12:33 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 5 +++++ old/sh-utils/ChangeLog | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 99a7d977b9..bcf43656f1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Sun Apr 28 16:32:38 1996 Jim Meyering (meyering@na-net.ornl.gov) + * configure.in: Add a comment that fp_C_PROTOTYPES must precede + AC_C_INLINE. Otherwise, some systems lose because the value + AC_C_INLINE choses with plain `cc' is different from that chosen + when using the ANSI-mode C compiler. From Kaveh Ghazi. + * fileblocks.c [HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl of unused variable so that after preprocessing, the file will never be empty. Otherwise, some compilers in ANSI mode (among them, the diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 4a702dd5f7..388e6a9eb9 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,10 @@ +Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * configure.in: Make fp_C_PROTOTYPES precede AC_C_INLINE. + Otherwise, some systems lose because the value AC_C_INLINE choses + with plain `cc' is different from that chosen when using the ANSI-mode + C compiler. From Kaveh Ghazi. + Tue Apr 23 22:05:35 1996 Jim Meyering (meyering@na-net.ornl.gov) * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro. -- 2.47.2