From 9bfdace83ab116ff43f0131e841febfd961da22d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 5 Nov 1994 13:37:38 +0000 Subject: merge with 3.10 --- lib/obstack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/obstack.h') 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 -- cgit v1.2.3-54-g00ecf