Make it possible to rename obstack_free.
[gnulib.git] / ChangeLog
index a9eb085..31406db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
 2006-10-23  Bruno Haible  <bruno@clisp.org>
             Paul Eggert  <eggert@cs.ucla.edu>
 
+       Ability to rename obstack_free.
+       * lib/obstack.h (__obstack_free): New macro. Declare instead of
+       obstack_free.
+       (obstack_free): Invoke the __obstack_free macro.
+       * lib/obstack.c (obstack_free): Use __obstack_free macro.
+
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+            Paul Eggert  <eggert@cs.ucla.edu>
+
        * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
        __argc, __argv from the declaration. (They are defined as macros on
        mingw.)