X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fobstack.c;h=5cd0b7a6d022b923be577cfb8d806f75cdfbfc9f;hb=ccd54782ae73477aa3f3987ab04db9e6fde025d6;hp=1bbf62bb65e66a8351d0cb39a4c187cf1ed84302;hpb=0632e115747ff96e93330c88f536d7354a7ce507;p=gnulib.git diff --git a/lib/obstack.c b/lib/obstack.c index 1bbf62bb6..5cd0b7a6d 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -342,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 */