projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57153f2
)
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 11 Jul 2003 23:34:03 +0000
(23:34 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 5ba96da2db9b6de719c26679eed4fedb3fcba2f1..4844b1978142f7cb07a16e1b8639e49e5b41ad13 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-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.