1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 11:59:36 +02:00

merge with 3.10

This commit is contained in:
Jim Meyering
1994-11-05 13:37:38 +00:00
parent fad3ef71a4
commit 9bfdace83a
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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.