summaryrefslogtreecommitdiff
path: root/lib/obstack.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-06 17:51:23 +0000
committerJim Meyering <jim@meyering.net>1994-11-06 17:51:23 +0000
commit4c722a96ba32e2a32fad410cd7047acba4e880db (patch)
tree0ad884bbad909297f3df45fecdffad7d4206305d /lib/obstack.h
parentc67fdb5c94a76a9ef3e6bbbbd8d31e8deac1c6e8 (diff)
downloadcoreutils-4c722a96ba32e2a32fad410cd7047acba4e880db.tar.xz
merge with 1.12
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 2f5ec61ae..1f0b5269b 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 || (NeXt && !__GNUC_MINOR__)
+#if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
#define __extension__
#endif