summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/obstack.h2
-rw-r--r--old/fileutils/ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/obstack.h b/lib/obstack.h
index 840a63baa..2f5ec61ae 100644
--- a/lib/obstack.h
+++ b/lib/obstack.h
@@ -272,7 +272,7 @@ int obstack_chunk_size (struct obstack *obstack);
/* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
does not implement __extension__. But that compiler doesn't define
__GNUC_MINOR__. */
-#if __GNUC__ < 2 || !__GNUC_MINOR__
+#if __GNUC__ < 2 || (NeXt && !__GNUC_MINOR__)
#define __extension__
#endif
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8cefc672e..e29819a2f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,7 @@
+Fri Nov 04 17:27:55 1994 Jim Meyering (meyering@comco.com)
+
+ Version 3.10.
+
Thu Nov 03 12:59:34 1994 Jim Meyering (meyering@comco.com)
* makepath.h: New file.