From: Jim Meyering Date: Sat, 18 Nov 2000 11:17:41 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911955d8c72adfdba2d2ff7bb3d727e0f18a559e;p=pspp . --- 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.