[BZ #1331]
authorRoland McGrath <roland@gnu.org>
Mon, 12 Sep 2005 19:56:29 +0000 (19:56 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 12 Sep 2005 19:56:29 +0000 (19:56 +0000)
2005-09-12  Roland McGrath  <roland@redhat.com>
[BZ #1331]
* malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
macro argument.
Reported by Matej Vela <vela@debian.org>.

ChangeLog

index 91d9025..87029e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-12  Roland McGrath  <roland@redhat.com>
+
+       [BZ #1331]
+       * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
+       macro argument.
+       Reported by Matej Vela <vela@debian.org>.
+
 2005-09-12  Jakub Jelinek  <jakub@redhat.com>
 
        * malloc/malloc.c (struct malloc_chunk): Fix comment typo.