From 911955d8c72adfdba2d2ff7bb3d727e0f18a559e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Nov 2000 11:17:41 +0000 Subject: [PATCH] . --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 19cd44230a..9cd4daaae0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2000-11-17 Akim Demaille + + * lib/obstack.h: Formatting changes. + (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would + prevent 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 Jim Meyering * strstr.c: Update from GNU libc. -- 2.30.2