]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 18 Nov 2000 08:11:59 +0000 (08:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 18 Nov 2000 08:11:59 +0000 (08:11 +0000)
commit565bc88a12e0bf2e004be8ff22d59ebe55af9627
tree1948f075908f32777aa481b1adea67f09bd16f58
parentbda5433d22050e524cdc1762e5aa7c2ba6cb7125
Update.

2000-11-18  Akim Demaille  <akim@epita.fr>

* malloc/obstack.h: Formatting changes.
(obstack_grow, obstack_grow0): Don't cast WHERE at all: it
prevents type checking.
(obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
cast the value to (void *): assigning a `foo *' to a `void *'
variable is valid.
(obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
ChangeLog
malloc/obstack.h