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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user