From ad41c28e667155e5844ca55964294b8317317f9d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 12 Sep 2005 19:56:29 +0000 Subject: [PATCH] [BZ #1331] 2005-09-12 Roland McGrath [BZ #1331] * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed macro argument. Reported by Matej Vela . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 91d90259c4..87029e79af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-09-12 Roland McGrath + + [BZ #1331] + * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed + macro argument. + Reported by Matej Vela . + 2005-09-12 Jakub Jelinek * malloc/malloc.c (struct malloc_chunk): Fix comment typo.