It seems highly unlikely that anyone has a NeXT system with a
pre-2.0 gcc still working. This change will ease merging with glibc.

* lib/obstack.c: Remove conditional testing for pre-2.0 NeXT gcc
---
 lib/obstack.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/obstack.h b/lib/obstack.h
index 204fd2f..03e68cb 100644
--- a/lib/obstack.h
+++ b/lib/obstack.h
@@ -254,13 +254,6 @@ extern int obstack_exit_failure;
 #define obstack_memory_used(h) _obstack_memory_used (h)
 
 #if defined __GNUC__
-/* 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__)
-#  define __extension__
-# endif
-
 /* For GNU C, if not -traditional,
    we can define these macros to compute all args only once
    without using a global variable.
-- 
1.8.1.4


Reply via email to