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>.
This commit is contained in:
Roland McGrath 2005-09-12 19:56:29 +00:00
parent 58b523646c
commit ad41c28e66
1 changed files with 7 additions and 0 deletions

View File

@ -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.