X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fobstack.c;h=5cd0b7a6d022b923be577cfb8d806f75cdfbfc9f;hb=ccd54782ae73477aa3f3987ab04db9e6fde025d6;hp=9c4aaaf636a841bea4cbdf78ab4b38a830ba573e;hpb=82ff49b55425e14156a89f4d2ab4267409665f54;p=gnulib.git diff --git a/lib/obstack.c b/lib/obstack.c index 9c4aaaf63..5cd0b7a6d 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -18,14 +18,11 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif - #ifdef _LIBC # include # include #else +# include # include "obstack.h" #endif @@ -345,7 +342,7 @@ _obstack_allocated_p (struct obstack *h, void *obj) # undef obstack_free void -obstack_free (struct obstack *h, void *obj) +__obstack_free (struct obstack *h, void *obj) { register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ register struct _obstack_chunk *plp; /* point to previous chunk if any */