summaryrefslogtreecommitdiff
path: root/lib/obstack.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-05 13:37:38 +0000
committerJim Meyering <jim@meyering.net>1994-11-05 13:37:38 +0000
commit9bfdace83ab116ff43f0131e841febfd961da22d (patch)
treed18f94503b3ef793aad7ded1034ad04b8faa127a /lib/obstack.h
parentfad3ef71a45303c04ee7cf096db58c93672d2bca (diff)
downloadcoreutils-9bfdace83ab116ff43f0131e841febfd961da22d.tar.xz
merge with 3.10
Diffstat (limited to 'lib/obstack.h')
-rw-r--r--lib/obstack.h2
1 files changed, 1 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