diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-18 08:11:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-18 08:11:59 +0000 |
commit | 565bc88a12e0bf2e004be8ff22d59ebe55af9627 (patch) | |
tree | 1948f075908f32777aa481b1adea67f09bd16f58 /ChangeLog | |
parent | bda5433d22050e524cdc1762e5aa7c2ba6cb7125 (diff) | |
download | glibc-565bc88a12e0bf2e004be8ff22d59ebe55af9627.tar.gz glibc-565bc88a12e0bf2e004be8ff22d59ebe55af9627.tar.xz glibc-565bc88a12e0bf2e004be8ff22d59ebe55af9627.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4bff65560f..ff3ad65867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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. + 2000-11-17 Ulrich Drepper <drepper@redhat.com> * scripts/config.guess: Update from upstream maintainer. |