bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: renaming obstack_free


From: Paul Eggert
Subject: Re: renaming obstack_free
Date: Mon, 23 Oct 2006 10:25:48 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Bruno Haible <address@hidden> writes:

> I propose this one. Paul, do you think you can push that into glibc?

I think glibc would take that change, yes.  I'll put it on my list of
things to do.

>       * lib/obstack.h (_obstack_free): New macro. Declare instead of
>       obstack_free.

That doesn't quite follow the namespace rules for glibc, since
_obstack_free is part of the user's name space for macros.  But if we
uniformly substitute __obstack_free for _obstack_free, and omit the
change's last hunk, then the change should be OK for glibc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]