]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Formatting changes.
authorJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 09:50:09 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 09:50:09 +0000 (09:50 +0000)
commitcf59735d7bce341d373a70c7012fc91b78f44a6f
tree8bb1e6cecec2071bd79a909645268a1f93f93524
parentff0e0181c94f56162b6640e17431d0d891eedd51
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.
lib/obstack.h