* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Jul 2003 23:34:03 +0000 (23:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Jul 2003 23:34:03 +0000 (23:34 +0000)
it breaks C++ compilation.
[!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.

lib/ChangeLog

index 5ba96da..4844b19 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
+       it breaks C++ compilation.
+       [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
+
 2003-07-10  Jim Meyering  <jim@meyering.net>
 
        * vasnprintf.c: Remove trailing blanks.