]> Savannah Git Hosting - gnulib.git/commit
obstack: Remove ancient NeXTSTEP gcc support conditional
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Mar 2014 20:38:41 +0000 (13:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Mar 2014 20:41:16 +0000 (13:41 -0700)
commit6421fd46004655f39afca254ad02b72ab97f5ecb
tree882ae63268a6878ff7dc326948690685fce89c25
parentdf9b714234ce0188b3e1c80dd41cf017ac1aba62
obstack: Remove ancient NeXTSTEP gcc support conditional

This change will ease merging with glibc.  The "#if ... __NEXT__"
causes a warning with -Wundef which glibc now enables by default.
Problem reported by Will Newton in
<http://lists.gnu.org/archive/html/bug-gnulib/2014-03/msg00032.html>.
glibc <sys/cdefs.h> now uses __extension__ for GCC 2.8 or later,
so go with that.
* lib/obstack.h (__extension__):
ChangeLog
lib/obstack.h